Skip to content

Commit 2e2d0ac

Browse files
committed
updated api
1 parent 170e77b commit 2e2d0ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sentry/api/sentry.api

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,9 @@ public abstract interface class io/sentry/IScope {
943943
}
944944

945945
public 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

24472449
public 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

0 commit comments

Comments
 (0)