@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)
EventProcessorprocess in interface EventProcessorevent - the SentryEventhint - the Hint@NotNull public @NotNull SentryTransaction process(@NotNull @NotNull SentryTransaction transaction, @Nullable @Nullable java.lang.Object hint)
EventProcessorprocess in interface EventProcessortransaction - the SentryTransactionhint - the Hint