Skip to content

Commit c0279e2

Browse files
committed
renamed Sentry.startProfiler with Sentry.startProfileSession and Sentry.stopProfiler with Sentry.stopProfileSession
1 parent 04e99f9 commit c0279e2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

sentry/api/sentry.api

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,10 @@ public final class io/sentry/HubAdapter : io/sentry/IHub {
625625
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
626626
public fun setTransaction (Ljava/lang/String;)V
627627
public fun setUser (Lio/sentry/protocol/User;)V
628-
public fun startProfiler ()V
628+
public fun startProfileSession ()V
629629
public fun startSession ()V
630630
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
631-
public fun stopProfiler ()V
631+
public fun stopProfileSession ()V
632632
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
633633
public fun withScope (Lio/sentry/ScopeCallback;)V
634634
}
@@ -692,10 +692,10 @@ public final class io/sentry/HubScopesWrapper : io/sentry/IHub {
692692
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
693693
public fun setTransaction (Ljava/lang/String;)V
694694
public fun setUser (Lio/sentry/protocol/User;)V
695-
public fun startProfiler ()V
695+
public fun startProfileSession ()V
696696
public fun startSession ()V
697697
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
698-
public fun stopProfiler ()V
698+
public fun stopProfileSession ()V
699699
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
700700
public fun withScope (Lio/sentry/ScopeCallback;)V
701701
}
@@ -931,13 +931,13 @@ public abstract interface class io/sentry/IScopes {
931931
public abstract fun setTag (Ljava/lang/String;Ljava/lang/String;)V
932932
public abstract fun setTransaction (Ljava/lang/String;)V
933933
public abstract fun setUser (Lio/sentry/protocol/User;)V
934-
public abstract fun startProfiler ()V
934+
public abstract fun startProfileSession ()V
935935
public abstract fun startSession ()V
936936
public fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
937937
public abstract fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
938938
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
939939
public fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
940-
public abstract fun stopProfiler ()V
940+
public abstract fun stopProfileSession ()V
941941
public abstract fun withIsolationScope (Lio/sentry/ScopeCallback;)V
942942
public abstract fun withScope (Lio/sentry/ScopeCallback;)V
943943
}
@@ -1478,10 +1478,10 @@ public final class io/sentry/NoOpHub : io/sentry/IHub {
14781478
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
14791479
public fun setTransaction (Ljava/lang/String;)V
14801480
public fun setUser (Lio/sentry/protocol/User;)V
1481-
public fun startProfiler ()V
1481+
public fun startProfileSession ()V
14821482
public fun startSession ()V
14831483
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1484-
public fun stopProfiler ()V
1484+
public fun stopProfileSession ()V
14851485
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
14861486
public fun withScope (Lio/sentry/ScopeCallback;)V
14871487
}
@@ -1640,10 +1640,10 @@ public final class io/sentry/NoOpScopes : io/sentry/IScopes {
16401640
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
16411641
public fun setTransaction (Ljava/lang/String;)V
16421642
public fun setUser (Lio/sentry/protocol/User;)V
1643-
public fun startProfiler ()V
1643+
public fun startProfileSession ()V
16441644
public fun startSession ()V
16451645
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
1646-
public fun stopProfiler ()V
1646+
public fun stopProfileSession ()V
16471647
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
16481648
public fun withScope (Lio/sentry/ScopeCallback;)V
16491649
}
@@ -2298,10 +2298,10 @@ public final class io/sentry/Scopes : io/sentry/IScopes {
22982298
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
22992299
public fun setTransaction (Ljava/lang/String;)V
23002300
public fun setUser (Lio/sentry/protocol/User;)V
2301-
public fun startProfiler ()V
2301+
public fun startProfileSession ()V
23022302
public fun startSession ()V
23032303
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2304-
public fun stopProfiler ()V
2304+
public fun stopProfileSession ()V
23052305
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
23062306
public fun withScope (Lio/sentry/ScopeCallback;)V
23072307
}
@@ -2365,10 +2365,10 @@ public final class io/sentry/ScopesAdapter : io/sentry/IScopes {
23652365
public fun setTag (Ljava/lang/String;Ljava/lang/String;)V
23662366
public fun setTransaction (Ljava/lang/String;)V
23672367
public fun setUser (Lio/sentry/protocol/User;)V
2368-
public fun startProfiler ()V
2368+
public fun startProfileSession ()V
23692369
public fun startSession ()V
23702370
public fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2371-
public fun stopProfiler ()V
2371+
public fun stopProfileSession ()V
23722372
public fun withIsolationScope (Lio/sentry/ScopeCallback;)V
23732373
public fun withScope (Lio/sentry/ScopeCallback;)V
23742374
}
@@ -2471,14 +2471,14 @@ public final class io/sentry/Sentry {
24712471
public static fun setTag (Ljava/lang/String;Ljava/lang/String;)V
24722472
public static fun setTransaction (Ljava/lang/String;)V
24732473
public static fun setUser (Lio/sentry/protocol/User;)V
2474-
public static fun startProfiler ()V
2474+
public static fun startProfileSession ()V
24752475
public static fun startSession ()V
24762476
public static fun startTransaction (Lio/sentry/TransactionContext;)Lio/sentry/ITransaction;
24772477
public static fun startTransaction (Lio/sentry/TransactionContext;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
24782478
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;)Lio/sentry/ITransaction;
24792479
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
24802480
public static fun startTransaction (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/sentry/TransactionOptions;)Lio/sentry/ITransaction;
2481-
public static fun stopProfiler ()V
2481+
public static fun stopProfileSession ()V
24822482
public static fun withIsolationScope (Lio/sentry/ScopeCallback;)V
24832483
public static fun withScope (Lio/sentry/ScopeCallback;)V
24842484
}

0 commit comments

Comments
 (0)