@@ -619,8 +619,10 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
619
619
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
620
620
public fun setTransaction (Ljava/lang/String;)V
621
621
public fun setUser (Lio/sentry/protocol/User;)V
622
+ public fun startProfiler ()V
622
623
public fun startSession ()V
623
624
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
625
+ public fun stopProfiler ()V
624
626
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
625
627
public fun withScope (Lio/sentry/ScopeCallback;)V
626
628
}
@@ -684,8 +686,10 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
684
686
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
685
687
public fun setTransaction (Ljava/lang/String;)V
686
688
public fun setUser (Lio/sentry/protocol/User;)V
689
+ public fun startProfiler ()V
687
690
public fun startSession ()V
688
691
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
692
+ public fun stopProfiler ()V
689
693
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
690
694
public fun withScope (Lio/sentry/ScopeCallback;)V
691
695
}
@@ -714,7 +718,6 @@ public abstract interface class io/sentry/IContinuousProfiler {
714
718
public abstract fun close ()V
715
719
public abstract fun getProfilerId ()Lio/sentry/protocol/SentryId;
716
720
public abstract fun isRunning ()Z
717
- public abstract fun setScopes (Lio/sentry/IScopes;)V
718
721
public abstract fun start ()V
719
722
public abstract fun stop ()V
720
723
}
@@ -921,11 +924,13 @@ public abstract interface class io/sentry/IScopes {
921
924
public abstract fun setTag (Ljava/lang/String;Ljava/lang/String;)V
922
925
public abstract fun setTransaction (Ljava/lang/String;)V
923
926
public abstract fun setUser (Lio/sentry/protocol/User;)V
927
+ public abstract fun startProfiler ()V
924
928
public abstract fun startSession ()V
925
929
public fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
926
930
public abstract fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
927
931
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
928
932
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
933
+ public abstract fun stopProfiler ()V
929
934
public abstract fun withIsolationScope (Lio/sentry/ScopeCallback;)V
930
935
public abstract fun withScope (Lio/sentry/ScopeCallback;)V
931
936
}
@@ -1395,7 +1400,6 @@ public final class io/sentry/NoOpContinuousProfiler : io/sentry/IContinuousProfi
1395
1400
public static fun getInstance ()Lio/sentry/NoOpContinuousProfiler;
1396
1401
public fun getProfilerId ()Lio/sentry/protocol/SentryId;
1397
1402
public fun isRunning ()Z
1398
- public fun setScopes (Lio/sentry/IScopes;)V
1399
1403
public fun start ()V
1400
1404
public fun stop ()V
1401
1405
}
@@ -1465,8 +1469,10 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
1465
1469
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
1466
1470
public fun setTransaction (Ljava/lang/String;)V
1467
1471
public fun setUser (Lio/sentry/protocol/User;)V
1472
+ public fun startProfiler ()V
1468
1473
public fun startSession ()V
1469
1474
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1475
+ public fun stopProfiler ()V
1470
1476
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
1471
1477
public fun withScope (Lio/sentry/ScopeCallback;)V
1472
1478
}
@@ -1625,8 +1631,10 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
1625
1631
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
1626
1632
public fun setTransaction (Ljava/lang/String;)V
1627
1633
public fun setUser (Lio/sentry/protocol/User;)V
1634
+ public fun startProfiler ()V
1628
1635
public fun startSession ()V
1629
1636
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1637
+ public fun stopProfiler ()V
1630
1638
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
1631
1639
public fun withScope (Lio/sentry/ScopeCallback;)V
1632
1640
}
@@ -2278,8 +2286,10 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
2278
2286
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
2279
2287
public fun setTransaction (Ljava/lang/String;)V
2280
2288
public fun setUser (Lio/sentry/protocol/User;)V
2289
+ public fun startProfiler ()V
2281
2290
public fun startSession ()V
2282
2291
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2292
+ public fun stopProfiler ()V
2283
2293
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2284
2294
public fun withScope (Lio/sentry/ScopeCallback;)V
2285
2295
}
@@ -2343,8 +2353,10 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
2343
2353
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
2344
2354
public fun setTransaction (Ljava/lang/String;)V
2345
2355
public fun setUser (Lio/sentry/protocol/User;)V
2356
+ public fun startProfiler ()V
2346
2357
public fun startSession ()V
2347
2358
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2359
+ public fun stopProfiler ()V
2348
2360
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2349
2361
public fun withScope (Lio/sentry/ScopeCallback;)V
2350
2362
}
@@ -2447,12 +2459,14 @@ public final class io/sentry/Sentry {
2447
2459
public static fun setTag (Ljava/lang/String;Ljava/lang/String;)V
2448
2460
public static fun setTransaction (Ljava/lang/String;)V
2449
2461
public static fun setUser (Lio/sentry/protocol/User;)V
2462
+ public static fun startProfiler ()V
2450
2463
public static fun startSession ()V
2451
2464
public static fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
2452
2465
public static fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2453
2466
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
2454
2467
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2455
2468
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
2456
2470
public static fun withIsolationScope (Lio/sentry/ScopeCallback;)V
2457
2471
public static fun withScope (Lio/sentry/ScopeCallback;)V
2458
2472
}
0 commit comments