public interface EventProcessor
Modifier and Type | Method and Description |
---|---|
default @Nullable SentryEvent |
process(@NotNull SentryEvent event,
@Nullable java.lang.Object hint)
May mutate or drop a SentryEvent
|
default @Nullable SentryTransaction |
process(@NotNull SentryTransaction transaction,
@Nullable java.lang.Object hint)
May mutate or drop a SentryTransaction
|
@Nullable default @Nullable SentryEvent process(@NotNull @NotNull SentryEvent event, @Nullable @Nullable java.lang.Object hint)
event
- the SentryEventhint
- the Hint@Nullable default @Nullable SentryTransaction process(@NotNull @NotNull SentryTransaction transaction, @Nullable @Nullable java.lang.Object hint)
transaction
- the SentryTransactionhint
- the Hint