Package io.sentry
Interface Integration
- All Known Implementing Classes:
SendCachedEnvelopeFireAndForgetIntegration,ShutdownHookIntegration,SpotlightIntegration,UncaughtExceptionHandlerIntegration
public interface Integration
Code that provides middlewares, bindings or hooks into certain frameworks or environments, along
with code that inserts those bindings and activates them.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(@NotNull IScopes scopes, @NotNull SentryOptions options) Registers an integration
-
Method Details
-
register
Registers an integration- Parameters:
scopes- the Scopesoptions- the options
-