@@ -652,10 +652,10 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
652652 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
653653 public fun setTransaction (Ljava/lang/String;)V
654654 public fun setUser (Lio/sentry/protocol/User;)V
655- public fun startProfileSession ()V
655+ public fun startProfiler ()V
656656 public fun startSession ()V
657657 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
658- public fun stopProfileSession ()V
658+ public fun stopProfiler ()V
659659 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
660660 public fun withScope (Lio/sentry/ScopeCallback;)V
661661}
@@ -719,10 +719,10 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
719719 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
720720 public fun setTransaction (Ljava/lang/String;)V
721721 public fun setUser (Lio/sentry/protocol/User;)V
722- public fun startProfileSession ()V
722+ public fun startProfiler ()V
723723 public fun startSession ()V
724724 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
725- public fun stopProfileSession ()V
725+ public fun stopProfiler ()V
726726 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
727727 public fun withScope (Lio/sentry/ScopeCallback;)V
728728}
@@ -752,8 +752,8 @@ public abstract interface class io/sentry/IContinuousProfiler {
752752 public abstract fun getProfilerId ()Lio/sentry/protocol/SentryId;
753753 public abstract fun isRunning ()Z
754754 public abstract fun reevaluateSampling ()V
755- public abstract fun startProfileSession (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
756- public abstract fun stopProfileSession (Lio/sentry/ProfileLifecycle;)V
755+ public abstract fun startProfiler (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
756+ public abstract fun stopProfiler (Lio/sentry/ProfileLifecycle;)V
757757}
758758
759759public abstract interface class io/sentry/IEnvelopeReader {
@@ -958,13 +958,13 @@ public abstract interface class io/sentry/IScopes {
958958 public abstract fun setTag (Ljava/lang/String;Ljava/lang/String;)V
959959 public abstract fun setTransaction (Ljava/lang/String;)V
960960 public abstract fun setUser (Lio/sentry/protocol/User;)V
961- public abstract fun startProfileSession ()V
961+ public abstract fun startProfiler ()V
962962 public abstract fun startSession ()V
963963 public fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
964964 public abstract fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
965965 public fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
966966 public fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
967- public abstract fun stopProfileSession ()V
967+ public abstract fun stopProfiler ()V
968968 public abstract fun withIsolationScope (Lio/sentry/ScopeCallback;)V
969969 public abstract fun withScope (Lio/sentry/ScopeCallback;)V
970970}
@@ -1436,8 +1436,8 @@ public final class io/sentry/NoOpContinuousProfiler : io/sentry/IContinuousProfi
14361436 public fun getProfilerId ()Lio/sentry/protocol/SentryId;
14371437 public fun isRunning ()Z
14381438 public fun reevaluateSampling ()V
1439- public fun startProfileSession (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
1440- public fun stopProfileSession (Lio/sentry/ProfileLifecycle;)V
1439+ public fun startProfiler (Lio/sentry/ProfileLifecycle;Lio/sentry/TracesSampler;)V
1440+ public fun stopProfiler (Lio/sentry/ProfileLifecycle;)V
14411441}
14421442
14431443public final class io/sentry/NoOpEnvelopeReader : io/sentry/IEnvelopeReader {
@@ -1505,10 +1505,10 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
15051505 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
15061506 public fun setTransaction (Ljava/lang/String;)V
15071507 public fun setUser (Lio/sentry/protocol/User;)V
1508- public fun startProfileSession ()V
1508+ public fun startProfiler ()V
15091509 public fun startSession ()V
15101510 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1511- public fun stopProfileSession ()V
1511+ public fun stopProfiler ()V
15121512 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
15131513 public fun withScope (Lio/sentry/ScopeCallback;)V
15141514}
@@ -1667,10 +1667,10 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
16671667 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
16681668 public fun setTransaction (Ljava/lang/String;)V
16691669 public fun setUser (Lio/sentry/protocol/User;)V
1670- public fun startProfileSession ()V
1670+ public fun startProfiler ()V
16711671 public fun startSession ()V
16721672 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1673- public fun stopProfileSession ()V
1673+ public fun stopProfiler ()V
16741674 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
16751675 public fun withScope (Lio/sentry/ScopeCallback;)V
16761676}
@@ -2344,10 +2344,10 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
23442344 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
23452345 public fun setTransaction (Ljava/lang/String;)V
23462346 public fun setUser (Lio/sentry/protocol/User;)V
2347- public fun startProfileSession ()V
2347+ public fun startProfiler ()V
23482348 public fun startSession ()V
23492349 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2350- public fun stopProfileSession ()V
2350+ public fun stopProfiler ()V
23512351 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
23522352 public fun withScope (Lio/sentry/ScopeCallback;)V
23532353}
@@ -2411,10 +2411,10 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
24112411 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
24122412 public fun setTransaction (Ljava/lang/String;)V
24132413 public fun setUser (Lio/sentry/protocol/User;)V
2414- public fun startProfileSession ()V
2414+ public fun startProfiler ()V
24152415 public fun startSession ()V
24162416 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2417- public fun stopProfileSession ()V
2417+ public fun stopProfiler ()V
24182418 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
24192419 public fun withScope (Lio/sentry/ScopeCallback;)V
24202420}
@@ -2517,14 +2517,14 @@ public final class io/sentry/Sentry {
25172517 public static fun setTag (Ljava/lang/String;Ljava/lang/String;)V
25182518 public static fun setTransaction (Ljava/lang/String;)V
25192519 public static fun setUser (Lio/sentry/protocol/User;)V
2520- public static fun startProfileSession ()V
2520+ public static fun startProfiler ()V
25212521 public static fun startSession ()V
25222522 public static fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
25232523 public static fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
25242524 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
25252525 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
25262526 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2527- public static fun stopProfileSession ()V
2527+ public static fun stopProfiler ()V
25282528 public static fun withIsolationScope (Lio/sentry/ScopeCallback;)V
25292529 public static fun withScope (Lio/sentry/ScopeCallback;)V
25302530}
0 commit comments