Package io.sentry
Interface Integration
-
- All Known Implementing Classes:
SendCachedEnvelopeFireAndForgetIntegration,ShutdownHookIntegration,UncaughtExceptionHandlerIntegration
public interface IntegrationCode that provides middlewares, bindings or hooks into certain frameworks or environments, along with code that inserts those bindings and activates them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(@NotNull IHub hub, @NotNull SentryOptions options)Registers an integration
-
-
-
Method Detail
-
register
void register(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryOptions options)Registers an integration- Parameters:
hub- the Huboptions- the options
-
-