Class SentryUserProviderEventProcessor

  • All Implemented Interfaces:
    io.sentry.EventProcessor

    @Deprecated
    public final class SentryUserProviderEventProcessor
    extends java.lang.Object
    implements io.sentry.EventProcessor
    Deprecated.
    instead of using event processor for setting user on events and transactions, user should be set on the scope using SentryUserFilter.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      @NotNull SentryUserProvider getSentryUserProvider()
      Deprecated.
       
      @NotNull io.sentry.protocol.SentryTransaction process​(@NotNull io.sentry.protocol.SentryTransaction transaction, @Nullable java.lang.Object hint)
      Deprecated.
       
      @NotNull io.sentry.SentryEvent process​(@NotNull io.sentry.SentryEvent event, @Nullable java.lang.Object hint)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        process in interface io.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:
        process in interface io.sentry.EventProcessor