Package io.sentry

Class DuplicateEventDetectionEventProcessor

java.lang.Object
io.sentry.DuplicateEventDetectionEventProcessor
All Implemented Interfaces:
EventProcessor

public final class DuplicateEventDetectionEventProcessor extends Object implements EventProcessor
Deduplicates events containing throwable that has been already processed.
  • Constructor Details

    • DuplicateEventDetectionEventProcessor

      public DuplicateEventDetectionEventProcessor(@NotNull @NotNull SentryOptions options)
  • Method Details

    • process

      @Nullable public @Nullable SentryEvent process(@NotNull @NotNull SentryEvent event, @NotNull @NotNull Hint hint)
      Description copied from interface: EventProcessor
      May mutate or drop a SentryEvent
      Specified by:
      process in interface EventProcessor
      Parameters:
      event - the SentryEvent
      hint - the Hint
      Returns:
      the event itself, a mutated SentryEvent or null