@ApiStatus.Internal public final class MainEventProcessor extends java.lang.Object implements EventProcessor
Modifier and Type | Method and Description |
---|---|
@NotNull SentryEvent |
process(@NotNull SentryEvent event,
@Nullable java.lang.Object hint)
May mutate or drop a SentryEvent
|
@NotNull SentryTransaction |
process(@NotNull SentryTransaction transaction,
@Nullable java.lang.Object hint)
May mutate or drop a SentryTransaction
|
@NotNull public @NotNull SentryEvent process(@NotNull @NotNull SentryEvent event, @Nullable @Nullable java.lang.Object hint)
EventProcessor
process
in interface EventProcessor
event
- the SentryEventhint
- the Hint@NotNull public @NotNull SentryTransaction process(@NotNull @NotNull SentryTransaction transaction, @Nullable @Nullable java.lang.Object hint)
EventProcessor
process
in interface EventProcessor
transaction
- the SentryTransactionhint
- the Hint