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 TypeMethodDescriptionvoid
execute
(@NotNull SentryEnvelope envelope, @Nullable Hint hint) A callback which gets called right before an envelope is about to be sent
-
Method Details
-
execute
A callback which gets called right before an envelope is about to be sent- Parameters:
envelope
- the envelopehint
- the hints
-