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
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ public final class io/sentry/android/core/ActivityLifecycleIntegration : android
41
41
}
42
42
43
43
public class io/sentry/android/core/AndroidContinuousProfiler : io/sentry/IContinuousProfiler, io/sentry/transport/RateLimiter$IRateLimitObserver {
44
-
public fun <init> (Lio/sentry/android/core/BuildInfoProvider;Lio/sentry/android/core/internal/util/SentryFrameMetricsCollector;Lio/sentry/ILogger;Ljava/lang/String;ILio/sentry/util/LazyEvaluator$Evaluator;)V
45
44
public fun close (Z)V
45
+
public static fun createLegacy (Lio/sentry/android/core/BuildInfoProvider;Lio/sentry/android/core/internal/util/SentryFrameMetricsCollector;Lio/sentry/ILogger;Ljava/lang/String;ILio/sentry/util/LazyEvaluator$Evaluator;)Lio/sentry/android/core/AndroidContinuousProfiler;
46
46
public fun getChunkId ()Lio/sentry/protocol/SentryId;
47
47
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
48
48
public fun getRootSpanCounter ()I
@@ -338,6 +338,25 @@ public final class io/sentry/android/core/NetworkBreadcrumbsIntegration : io/sen
338
338
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
339
339
}
340
340
341
+
public class io/sentry/android/core/PerfettoContinuousProfiler : io/sentry/IContinuousProfiler, io/sentry/transport/RateLimiter$IRateLimitObserver {
342
+
public fun <init> (Landroid/content/Context;Lio/sentry/android/core/BuildInfoProvider;Lio/sentry/android/core/internal/util/SentryFrameMetricsCollector;Lio/sentry/ILogger;Lio/sentry/util/LazyEvaluator$Evaluator;)V
343
+
public fun close (Z)V
344
+
public fun getActiveTraceCount ()I
345
+
public fun getChunkId ()Lio/sentry/protocol/SentryId;
346
+
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
347
+
public fun isRunning ()Z
348
+
public fun onRateLimitChanged (Lio/sentry/transport/RateLimiter;)V
349
+
public fun reevaluateSampling ()V
350
+
public fun startProfiler (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
351
+
public fun stopProfiler (Lio/sentry/ProfileLifecycle;)V
352
+
}
353
+
354
+
public class io/sentry/android/core/PerfettoProfiler {
355
+
public fun <init> (Landroid/content/Context;Lio/sentry/android/core/internal/util/SentryFrameMetricsCollector;Lio/sentry/ILogger;)V
356
+
public fun endAndCollect ()Lio/sentry/android/core/AndroidProfiler$ProfileEndData;
357
+
public fun start (J)Lio/sentry/android/core/AndroidProfiler$ProfileStartData;
358
+
}
359
+
341
360
public final class io/sentry/android/core/ScreenshotEventProcessor : io/sentry/EventProcessor {
342
361
public fun <init> (Lio/sentry/android/core/SentryAndroidOptions;Lio/sentry/android/core/BuildInfoProvider;Z)V
0 commit comments