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
* Added ProfileLifecycle
* Sentry.startProfileSession() will work only in MANUAL mode
* Tracer start will start profiler only in TRACE mode
* Tracer and spans now attach profilerId only when sampled
Copy file name to clipboardExpand all lines: sentry-android-core/api/sentry-android-core.api
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,12 @@ public class io/sentry/android/core/AndroidContinuousProfiler : io/sentry/IConti
40
40
public fun <init> (Lio/sentry/android/core/BuildInfoProvider;Lio/sentry/android/core/internal/util/SentryFrameMetricsCollector;Lio/sentry/ILogger;Ljava/lang/String;ILio/sentry/ISentryExecutorService;)V
41
41
public fun close ()V
42
42
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
43
+
public fun getRootSpanCounter ()I
43
44
public fun isRunning ()Z
44
45
public fun onRateLimitChanged (Lio/sentry/transport/RateLimiter;)V
45
46
public fun reevaluateSampling ()V
46
-
public fun start (Lio/sentry/TracesSampler;)V
47
-
public fun stop ()V
47
+
public fun startProfileSession (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
48
+
public fun stopProfileSession (Lio/sentry/ProfileLifecycle;)V
48
49
}
49
50
50
51
public final class io/sentry/android/core/AndroidCpuCollector : io/sentry/IPerformanceSnapshotCollector {
0 commit comments