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
Profiling V2 was introduced in SDK version 8.49.0. All prior profiling API are deprecated and will be removed in a future major version of the SDK.
22
+
UI Profiling was introduced in SDK version 8.49.0. All prior profiling API are deprecated and will be removed in a future major version of the SDK.
23
23
24
24
</Alert>
25
25
@@ -129,17 +129,17 @@ If configured with trace lifecycle, app start profiles are attached to a special
129
129
130
130
Every time `SentrySDK.startWithOptions` is called with app start profiling configured, a separate sample decision is generated with `sessionSampleRate` and stored until the next app launch (as well as `tracesSampleRate` if trace profile lifecycle is configured). The same sample decision will apply for the remainder of the profile session following that subsequent launch.
131
131
132
-
## Transaction Profiling (deprecated)
132
+
## Transaction-based Profiling (deprecated)
133
133
134
134
<Alert>
135
135
136
-
Profiling configuration, explained below, was originally introduced in SDK version `8.12.0`. It is now deprecated in favor of profiling V2, introduced in 8.49.0.
136
+
Profiling configuration, explained below, was originally introduced in SDK version `8.12.0`. It is now deprecated in favor of UI Profiling, introduced in 8.49.0.
137
137
138
138
</Alert>
139
139
140
140
<Alert>
141
141
142
-
Profiling depends on Sentry’s Tracing product being enabled beforehand. Check out the <PlatformLink to="/tracing/">tracing setup documentation</PlatformLink> for detailed information on how to configure sampling.
142
+
Transaction-based Profiling depends on Sentry’s Tracing product being enabled beforehand. Check out the <PlatformLink to="/tracing/">tracing setup documentation</PlatformLink> for detailed information on how to configure sampling.
143
143
144
144
</Alert>
145
145
@@ -169,7 +169,7 @@ SentrySDK.start { options in
169
169
170
170
<Alert>
171
171
172
-
Launch profiling configuration, explained below, was originally introduced in SDK version 8.21.0. It is now deprecated in favor of profiling V2 configuration, released in 8.49.0.
172
+
Launch profiling configuration, explained below, was originally introduced in SDK version 8.21.0. It is now deprecated in favor of UI Profiling, released in 8.49.0.
173
173
174
174
</Alert>
175
175
@@ -203,11 +203,11 @@ SentrySDK.start { options in
203
203
}];
204
204
```
205
205
206
-
## Continuous Profiling (deprecated)
206
+
## Continuous Profiling Beta (deprecated)
207
207
208
208
<Alert>
209
209
210
-
Continuous profiling, explained below, was originally introduced in SDK version 8.36.0. It is now deprecated in favor of profiling V2 configuration, released in 8.49.0.
210
+
Continuous Profiling Beta, explained below, was originally introduced in SDK version 8.36.0. It is now deprecated in favor of UI Profiling, released in 8.49.0.
0 commit comments