Package io.sentry
Class DuplicateEventDetectionEventProcessor
java.lang.Object
io.sentry.DuplicateEventDetectionEventProcessor
- All Implemented Interfaces:
EventProcessor
Deduplicates events containing throwable that has been already processed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable SentryEventprocess(@NotNull SentryEvent event, @NotNull Hint hint) May mutate or drop a SentryEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sentry.EventProcessor
process
-
Constructor Details
-
DuplicateEventDetectionEventProcessor
-
-
Method Details
-
process
@Nullable public @Nullable SentryEvent process(@NotNull @NotNull SentryEvent event, @NotNull @NotNull Hint hint) Description copied from interface:EventProcessorMay mutate or drop a SentryEvent- Specified by:
processin interfaceEventProcessor- Parameters:
event- the SentryEventhint- the Hint- Returns:
- the event itself, a mutated SentryEvent or null
-