Package io.sentry.spring7
Class ContextTagsEventProcessor
java.lang.Object
io.sentry.spring7.ContextTagsEventProcessor
- All Implemented Interfaces:
io.sentry.EventProcessor
Attaches context tags defined in
SentryOptions.getContextTags() from MDC to
SentryBaseEvent.getTags().-
Constructor Details
-
ContextTagsEventProcessor
public ContextTagsEventProcessor(@NotNull @NotNull io.sentry.SentryOptions options)
-
-
Method Details
-
process
@NotNull public @NotNull io.sentry.SentryEvent process(@NotNull @NotNull io.sentry.SentryEvent event, @Nullable @Nullable io.sentry.Hint hint) - Specified by:
processin interfaceio.sentry.EventProcessor
-
getOrder
- Specified by:
getOrderin interfaceio.sentry.EventProcessor
-