Skip to content

Commit cdcc6c0

Browse files
committed
more feedback
1 parent 86cbf85 commit cdcc6c0

File tree

1 file changed

+8
-8
lines changed
  • docs/platforms/apple/common/profiling

1 file changed

+8
-8
lines changed

docs/platforms/apple/common/profiling/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ notSupported:
1515
<PlatformContent includePath="profiling/index/preface" />
1616
<PlatformContent includePath="profiling/index/why-profiling" />
1717

18-
## Enable Profiling
18+
## Enable UI Profiling
1919

2020
<Alert>
2121

22-
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.
2323

2424
</Alert>
2525

@@ -129,17 +129,17 @@ If configured with trace lifecycle, app start profiles are attached to a special
129129
130130
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.
131131
132-
## Transaction Profiling (deprecated)
132+
## Transaction-based Profiling (deprecated)
133133
134134
<Alert>
135135
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.
137137
138138
</Alert>
139139
140140
<Alert>
141141
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.
143143
144144
</Alert>
145145
@@ -169,7 +169,7 @@ SentrySDK.start { options in
169169
170170
<Alert>
171171
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.
173173
174174
</Alert>
175175
@@ -203,11 +203,11 @@ SentrySDK.start { options in
203203
}];
204204
```
205205
206-
## Continuous Profiling (deprecated)
206+
## Continuous Profiling Beta (deprecated)
207207
208208
<Alert>
209209
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.
211211
212212
</Alert>
213213

0 commit comments

Comments
 (0)