Package 

Class NdkScopeObserver

  • All Implemented Interfaces:
    io.sentry.IScopeObserver

    @ApiStatus.Internal() 
    public final class NdkScopeObserver
    extends ScopeObserverAdapter
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      NdkScopeObserver(SentryOptions options)
    • Method Summary

      Modifier and Type Method Description
      void setUser(@Nullable() User user)
      void addBreadcrumb(@NotNull() Breadcrumb crumb)
      void setTag(@NotNull() String key, @NotNull() String value)
      void removeTag(@NotNull() String key)
      void setExtra(@NotNull() String key, @NotNull() String value)
      void removeExtra(@NotNull() String key)
      void setTrace(@Nullable() SpanContext spanContext, @NotNull() IScope scope)
      • Methods inherited from class io.sentry.ScopeObserverAdapter

        addBreadcrumb, removeExtra, removeTag, setBreadcrumbs, setContexts, setExtra, setExtras, setFingerprint, setLevel, setReplayId, setRequest, setTag, setTags, setTrace, setTransaction, setUser
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NdkScopeObserver

        NdkScopeObserver(SentryOptions options)