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: sentry-android-core/api/sentry-android-core.api
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ public final class io/sentry/android/core/ActivityBreadcrumbsIntegration : andro
8
8
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
9
9
public fun onActivityStarted (Landroid/app/Activity;)V
10
10
public fun onActivityStopped (Landroid/app/Activity;)V
11
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
11
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
12
12
}
13
13
14
14
public final class io/sentry/android/core/ActivityFramesTracker {
@@ -33,7 +33,7 @@ public final class io/sentry/android/core/ActivityLifecycleIntegration : android
33
33
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
34
34
public fun onActivityStarted (Landroid/app/Activity;)V
35
35
public fun onActivityStopped (Landroid/app/Activity;)V
36
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
36
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
37
37
}
38
38
39
39
public final class io/sentry/android/core/AndroidCpuCollector : io/sentry/IPerformanceSnapshotCollector {
@@ -87,7 +87,7 @@ public class io/sentry/android/core/AndroidProfiler$ProfileStartData {
87
87
public final class io/sentry/android/core/AnrIntegration : io/sentry/Integration, java/io/Closeable {
88
88
public fun <init> (Landroid/content/Context;)V
89
89
public fun close ()V
90
-
public final fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
90
+
public final fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
91
91
}
92
92
93
93
public final class io/sentry/android/core/AnrIntegrationFactory {
@@ -104,7 +104,7 @@ public final class io/sentry/android/core/AnrV2EventProcessor : io/sentry/Backfi
104
104
public class io/sentry/android/core/AnrV2Integration : io/sentry/Integration, java/io/Closeable {
105
105
public fun <init> (Landroid/content/Context;)V
106
106
public fun close ()V
107
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
107
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
108
108
}
109
109
110
110
public final class io/sentry/android/core/AnrV2Integration$AnrV2Hint : io/sentry/hints/BlockingFlushHint, io/sentry/hints/AbnormalExit, io/sentry/hints/Backfillable {
@@ -123,13 +123,13 @@ public final class io/sentry/android/core/AppComponentsBreadcrumbsIntegration :
123
123
public fun onConfigurationChanged (Landroid/content/res/Configuration;)V
124
124
public fun onLowMemory ()V
125
125
public fun onTrimMemory (I)V
126
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
126
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
127
127
}
128
128
129
129
public final class io/sentry/android/core/AppLifecycleIntegration : io/sentry/Integration, java/io/Closeable {
130
130
public fun <init> ()V
131
131
public fun close ()V
132
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
132
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
133
133
}
134
134
135
135
public final class io/sentry/android/core/AppState {
@@ -177,7 +177,7 @@ public final class io/sentry/android/core/CurrentActivityIntegration : android/a
177
177
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
178
178
public fun onActivityStarted (Landroid/app/Activity;)V
179
179
public fun onActivityStopped (Landroid/app/Activity;)V
180
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
180
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
181
181
}
182
182
183
183
public final class io/sentry/android/core/DeviceInfoUtil {
@@ -193,7 +193,7 @@ public abstract class io/sentry/android/core/EnvelopeFileObserverIntegration : i
193
193
public fun <init> ()V
194
194
public fun close ()V
195
195
public static fun getOutboxFileObserver ()Lio/sentry/android/core/EnvelopeFileObserverIntegration;
196
-
public final fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
196
+
public final fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
197
197
}
198
198
199
199
public abstract interface class io/sentry/android/core/IDebugImagesLoader {
@@ -219,19 +219,19 @@ public final class io/sentry/android/core/NdkIntegration : io/sentry/Integration
219
219
public static final field SENTRY_NDK_CLASS_NAME Ljava/lang/String;
220
220
public fun <init> (Ljava/lang/Class;)V
221
221
public fun close ()V
222
-
public final fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
222
+
public final fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
223
223
}
224
224
225
225
public final class io/sentry/android/core/NetworkBreadcrumbsIntegration : io/sentry/Integration, java/io/Closeable {
226
226
public fun <init> (Landroid/content/Context;Lio/sentry/android/core/BuildInfoProvider;Lio/sentry/ILogger;)V
227
227
public fun close ()V
228
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
228
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
229
229
}
230
230
231
231
public final class io/sentry/android/core/PhoneStateBreadcrumbsIntegration : io/sentry/Integration, java/io/Closeable {
232
232
public fun <init> (Landroid/content/Context;)V
233
233
public fun close ()V
234
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
234
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
235
235
}
236
236
237
237
public final class io/sentry/android/core/ScreenshotEventProcessor : io/sentry/EventProcessor {
@@ -360,15 +360,15 @@ public final class io/sentry/android/core/SystemEventsBreadcrumbsIntegration : i
360
360
public fun <init> (Landroid/content/Context;)V
361
361
public fun <init> (Landroid/content/Context;Ljava/util/List;)V
362
362
public fun close ()V
363
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
363
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
364
364
}
365
365
366
366
public final class io/sentry/android/core/TempSensorBreadcrumbsIntegration : android/hardware/SensorEventListener, io/sentry/Integration, java/io/Closeable {
367
367
public fun <init> (Landroid/content/Context;)V
368
368
public fun close ()V
369
369
public fun onAccuracyChanged (Landroid/hardware/Sensor;I)V
370
370
public fun onSensorChanged (Landroid/hardware/SensorEvent;)V
371
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
371
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
372
372
}
373
373
374
374
public final class io/sentry/android/core/UserInteractionIntegration : android/app/Application$ActivityLifecycleCallbacks, io/sentry/Integration, java/io/Closeable {
@@ -381,7 +381,7 @@ public final class io/sentry/android/core/UserInteractionIntegration : android/a
381
381
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
382
382
public fun onActivityStarted (Landroid/app/Activity;)V
383
383
public fun onActivityStopped (Landroid/app/Activity;)V
384
-
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
384
+
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
385
385
}
386
386
387
387
public final class io/sentry/android/core/ViewHierarchyEventProcessor : io/sentry/EventProcessor {
0 commit comments