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 TypeMethodDescriptionvoid
register
(@NotNull IHub hub, @NotNull SentryOptions options) Registers an integration
-
Method Details
-
register
Registers an integration- Parameters:
hub
- the Huboptions
- the options
-