@@ -619,8 +619,10 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
619619 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
620620 public fun setTransaction (Ljava/lang/String;)V
621621 public fun setUser (Lio/sentry/protocol/User;)V
622+ public fun startProfiler ()V
622623 public fun startSession ()V
623624 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
625+ public fun stopProfiler ()V
624626 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
625627 public fun withScope (Lio/sentry/ScopeCallback;)V
626628}
@@ -684,8 +686,10 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
684686 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
685687 public fun setTransaction (Ljava/lang/String;)V
686688 public fun setUser (Lio/sentry/protocol/User;)V
689+ public fun startProfiler ()V
687690 public fun startSession ()V
688691 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
692+ public fun stopProfiler ()V
689693 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
690694 public fun withScope (Lio/sentry/ScopeCallback;)V
691695}
@@ -714,7 +718,6 @@ public abstract interface class io/sentry/IContinuousProfiler {
714718 public abstract fun close ()V
715719 public abstract fun getProfilerId ()Lio/sentry/protocol/SentryId;
716720 public abstract fun isRunning ()Z
717- public abstract fun setScopes (Lio/sentry/IScopes;)V
718721 public abstract fun start ()V
719722 public abstract fun stop ()V
720723}
@@ -921,11 +924,13 @@ public abstract interface class io/sentry/IScopes {
921924 public abstract fun setTag (Ljava/lang/String;Ljava/lang/String;)V
922925 public abstract fun setTransaction (Ljava/lang/String;)V
923926 public abstract fun setUser (Lio/sentry/protocol/User;)V
927+ public abstract fun startProfiler ()V
924928 public abstract fun startSession ()V
925929 public fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
926930 public abstract fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
927931 public fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
928932 public fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
933+ public abstract fun stopProfiler ()V
929934 public abstract fun withIsolationScope (Lio/sentry/ScopeCallback;)V
930935 public abstract fun withScope (Lio/sentry/ScopeCallback;)V
931936}
@@ -1395,7 +1400,6 @@ public final class io/sentry/NoOpContinuousProfiler : io/sentry/IContinuousProfi
13951400 public static fun getInstance ()Lio/sentry/NoOpContinuousProfiler;
13961401 public fun getProfilerId ()Lio/sentry/protocol/SentryId;
13971402 public fun isRunning ()Z
1398- public fun setScopes (Lio/sentry/IScopes;)V
13991403 public fun start ()V
14001404 public fun stop ()V
14011405}
@@ -1465,8 +1469,10 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
14651469 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
14661470 public fun setTransaction (Ljava/lang/String;)V
14671471 public fun setUser (Lio/sentry/protocol/User;)V
1472+ public fun startProfiler ()V
14681473 public fun startSession ()V
14691474 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1475+ public fun stopProfiler ()V
14701476 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
14711477 public fun withScope (Lio/sentry/ScopeCallback;)V
14721478}
@@ -1625,8 +1631,10 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
16251631 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
16261632 public fun setTransaction (Ljava/lang/String;)V
16271633 public fun setUser (Lio/sentry/protocol/User;)V
1634+ public fun startProfiler ()V
16281635 public fun startSession ()V
16291636 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1637+ public fun stopProfiler ()V
16301638 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
16311639 public fun withScope (Lio/sentry/ScopeCallback;)V
16321640}
@@ -2278,8 +2286,10 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
22782286 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
22792287 public fun setTransaction (Ljava/lang/String;)V
22802288 public fun setUser (Lio/sentry/protocol/User;)V
2289+ public fun startProfiler ()V
22812290 public fun startSession ()V
22822291 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2292+ public fun stopProfiler ()V
22832293 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
22842294 public fun withScope (Lio/sentry/ScopeCallback;)V
22852295}
@@ -2343,8 +2353,10 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
23432353 public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
23442354 public fun setTransaction (Ljava/lang/String;)V
23452355 public fun setUser (Lio/sentry/protocol/User;)V
2356+ public fun startProfiler ()V
23462357 public fun startSession ()V
23472358 public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2359+ public fun stopProfiler ()V
23482360 public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
23492361 public fun withScope (Lio/sentry/ScopeCallback;)V
23502362}
@@ -2447,12 +2459,14 @@ public final class io/sentry/Sentry {
24472459 public static fun setTag (Ljava/lang/String;Ljava/lang/String;)V
24482460 public static fun setTransaction (Ljava/lang/String;)V
24492461 public static fun setUser (Lio/sentry/protocol/User;)V
2462+ public static fun startProfiler ()V
24502463 public static fun startSession ()V
24512464 public static fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
24522465 public static fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
24532466 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
24542467 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
24552468 public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2469+ public static fun stopProfiler ()V
24562470 public static fun withIsolationScope (Lio/sentry/ScopeCallback;)V
24572471 public static fun withScope (Lio/sentry/ScopeCallback;)V
24582472}
0 commit comments