You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bugsnag-android-performance-api/api/bugsnag-android-performance-api.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,11 @@ public final class com/bugsnag/android/performance/ViewType : java/lang/Enum {
309
309
public static fun values ()[Lcom/bugsnag/android/performance/ViewType;
310
310
}
311
311
312
+
public abstract interface class com/bugsnag/android/performance/context/ThreadAwareSpanContextStorage : com/bugsnag/android/performance/SpanContextStorage {
313
+
public abstract fun getCurrentThreadSpanContextStorage ()Lcom/bugsnag/android/performance/SpanContextStorage;
314
+
public abstract fun setCurrentThreadSpanContextStorage (Lcom/bugsnag/android/performance/SpanContextStorage;)V
315
+
}
316
+
312
317
public abstract interface class com/bugsnag/android/performance/controls/AppStartSpanControl {
Copy file name to clipboardExpand all lines: bugsnag-android-performance-compose/api/bugsnag-android-performance-compose.api
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public final class com/bugsnag/android/performance/compose/ComposeModule : com/b
18
18
}
19
19
20
20
public final class com/bugsnag/android/performance/compose/LoadingIndicatorKt {
21
-
public static final fun LoadingIndicator (Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
21
+
public static final fun LoadingIndicator (Landroidx/compose/ui/Modifier;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
22
22
}
23
23
24
24
public final class com/bugsnag/android/performance/compose/MeasuredComposableKt {
0 commit comments