Package io.sentry

Interface IScopeObserver


  • public interface IScopeObserver
    Observer for the sync. of Scopes across SDKs
    • Method Detail

      • setUser

        void setUser​(@Nullable
                     @Nullable User user)
      • addBreadcrumb

        void addBreadcrumb​(@NotNull
                           @NotNull Breadcrumb crumb)
      • setTag

        void setTag​(@NotNull
                    @NotNull java.lang.String key,
                    @NotNull
                    @NotNull java.lang.String value)
      • removeTag

        void removeTag​(@NotNull
                       @NotNull java.lang.String key)
      • setExtra

        void setExtra​(@NotNull
                      @NotNull java.lang.String key,
                      @NotNull
                      @NotNull java.lang.String value)
      • removeExtra

        void removeExtra​(@NotNull
                         @NotNull java.lang.String key)