Package io.sentry

Interface IScopeObserver


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

    • setUser

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

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

      void setTag(@NotNull @NotNull String key, @NotNull @NotNull String value)
    • removeTag

      void removeTag(@NotNull @NotNull String key)
    • setExtra

      void setExtra(@NotNull @NotNull String key, @NotNull @NotNull String value)
    • removeExtra

      void removeExtra(@NotNull @NotNull String key)