-
- All Implemented Interfaces:
-
io.sentry.Integration
,java.io.Closeable
,java.lang.AutoCloseable
public abstract class EnvelopeFileObserverIntegration implements Integration, Closeable
Watches the envelope dir. and send them (events) over.
-
-
Method Summary
Modifier and Type Method Description static EnvelopeFileObserverIntegration
getOutboxFileObserver()
final void
register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
void
close()
-
-
Method Detail
-
getOutboxFileObserver
@NotNull() static EnvelopeFileObserverIntegration getOutboxFileObserver()
-
register
final void register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
-
close
void close()
-
-
-
-