Package io.sentry

Interface SentryOptions.BeforeEnvelopeCallback

All Known Implementing Classes:
SpotlightIntegration
Enclosing class:
SentryOptions

@Internal public static interface SentryOptions.BeforeEnvelopeCallback
The BeforeEnvelope callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull SentryEnvelope envelope, @Nullable Hint hint)
    A callback which gets called right before an envelope is about to be sent
  • Method Details

    • execute

      void execute(@NotNull @NotNull SentryEnvelope envelope, @Nullable @Nullable Hint hint)
      A callback which gets called right before an envelope is about to be sent
      Parameters:
      envelope - the envelope
      hint - the hints