Class SpotlightIntegration

java.lang.Object
io.sentry.spotlight.SpotlightIntegration
All Implemented Interfaces:
io.sentry.Integration, io.sentry.SentryOptions.BeforeEnvelopeCallback, Closeable, AutoCloseable

@Internal public final class SpotlightIntegration extends Object implements io.sentry.Integration, io.sentry.SentryOptions.BeforeEnvelopeCallback, Closeable
  • Constructor Details

    • SpotlightIntegration

      public SpotlightIntegration()
  • Method Details

    • register

      public void register(@NotNull @NotNull io.sentry.IScopes scopes, @NotNull @NotNull io.sentry.SentryOptions options)
      Specified by:
      register in interface io.sentry.Integration
    • execute

      public void execute(@NotNull @NotNull io.sentry.SentryEnvelope envelope, @Nullable @Nullable io.sentry.Hint hint)
      Specified by:
      execute in interface io.sentry.SentryOptions.BeforeEnvelopeCallback
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException