Package io.sentry.spring.jakarta
Class ContextTagsEventProcessor
java.lang.Object
io.sentry.spring.jakarta.ContextTagsEventProcessor
- All Implemented Interfaces:
io.sentry.EventProcessor
Attaches context tags defined in
SentryOptions.getContextTags() from MDC to
SentryBaseEvent.getTags().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull io.sentry.SentryEventprocess(@NotNull io.sentry.SentryEvent event, @Nullable io.sentry.Hint hint) Methods 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
-
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
-