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 Type
    Method
    Description
    void
    register(@NotNull IHub hub, @NotNull SentryOptions options)
    Registers an integration
  • Method Details

    • register

      void register(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryOptions options)
      Registers an integration
      Parameters:
      hub - the Hub
      options - the options