public static interface SentryOptions.BeforeSendCallback
| Modifier and Type | Method and Description |
|---|---|
@Nullable SentryEvent |
execute(@NotNull SentryEvent event,
@Nullable java.lang.Object hint)
Mutates or drop an event before being sent
|
@Nullable @Nullable SentryEvent execute(@NotNull @NotNull SentryEvent event, @Nullable @Nullable java.lang.Object hint)
event - the eventhint - the hint, usually the source of the event