File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,9 @@ public abstract interface class io/sentry/IScope {
943943}
944944
945945public abstract interface class io/sentry/IScopeObserver {
946+ public abstract fun addAttachment (Lio/sentry/Attachment;)V
946947 public abstract fun addBreadcrumb (Lio/sentry/Breadcrumb;)V
948+ public abstract fun clearAttachments ()V
947949 public abstract fun removeExtra (Ljava/lang/String;)V
948950 public abstract fun removeTag (Ljava/lang/String;)V
949951 public abstract fun setBreadcrumbs (Ljava/util/Collection;)V
@@ -2446,7 +2448,9 @@ public abstract interface class io/sentry/ScopeCallback {
24462448
24472449public abstract class io/sentry/ScopeObserverAdapter : io/sentry/IScopeObserver {
24482450 public fun <init> ()V
2451+ public fun addAttachment (Lio/sentry/Attachment;)V
24492452 public fun addBreadcrumb (Lio/sentry/Breadcrumb;)V
2453+ public fun clearAttachments ()V
24502454 public fun removeExtra (Ljava/lang/String;)V
24512455 public fun removeTag (Ljava/lang/String;)V
24522456 public fun setBreadcrumbs (Ljava/util/Collection;)V
You can’t perform that action at this time.
0 commit comments