Package io.sentry.spring
Class SentryUserProviderEventProcessor
- java.lang.Object
-
- io.sentry.spring.SentryUserProviderEventProcessor
-
- All Implemented Interfaces:
io.sentry.EventProcessor
@Deprecated public final class SentryUserProviderEventProcessor extends java.lang.Object implements io.sentry.EventProcessorDeprecated.instead of using event processor for setting user on events and transactions, user should be set on the scope usingSentryUserFilter.
-
-
Constructor Summary
Constructors Constructor Description SentryUserProviderEventProcessor(@NotNull io.sentry.SentryOptions options, @NotNull SentryUserProvider sentryUserProvider)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull SentryUserProvidergetSentryUserProvider()Deprecated.@NotNull io.sentry.protocol.SentryTransactionprocess(@NotNull io.sentry.protocol.SentryTransaction transaction, @Nullable java.lang.Object hint)Deprecated.@NotNull io.sentry.SentryEventprocess(@NotNull io.sentry.SentryEvent event, @Nullable java.lang.Object hint)Deprecated.
-
-
-
Constructor Detail
-
SentryUserProviderEventProcessor
public SentryUserProviderEventProcessor(@NotNull @NotNull io.sentry.SentryOptions options, @NotNull @NotNull SentryUserProvider sentryUserProvider)Deprecated.
-
-
Method Detail
-
process
@NotNull public @NotNull io.sentry.SentryEvent process(@NotNull @NotNull io.sentry.SentryEvent event, @Nullable @Nullable java.lang.Object hint)Deprecated.- Specified by:
processin interfaceio.sentry.EventProcessor
-
getSentryUserProvider
@NotNull @Internal public @NotNull SentryUserProvider getSentryUserProvider()
Deprecated.
-
process
@NotNull public @NotNull io.sentry.protocol.SentryTransaction process(@NotNull @NotNull io.sentry.protocol.SentryTransaction transaction, @Nullable @Nullable java.lang.Object hint)Deprecated.- Specified by:
processin interfaceio.sentry.EventProcessor
-
-