Skip to content

Commit fb8e875

Browse files
fix(apple): Min SDK versions for App Starts (#11649)
Fix minimum required app versions for the App Starts Module for Mobile Vitals.
1 parent 85cc6c6 commit fb8e875

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/product/insights/mobile-vitals/app-starts.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,8 @@ SentryAndroid.init(this) { options ->
4646

4747
**For iOS:**
4848

49-
- `>=8.18.0` for automatic instrumentation of [app start spans](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#app-start-tracing)
49+
- `>=7.2.0` for automatic instrumentation of [app start spans](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#app-start-tracing)
5050
- `>=8.21.0` for app start profiling
51-
- [PerformanceV2](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#performance-v2) must be enabled in the SDK, e.g.:
52-
```swift
53-
import Sentry
54-
55-
SentrySDK.start { options in
56-
...
57-
options.enablePerformanceV2 = true
58-
}
59-
```
6051

6152
By default, the **App Starts** page displays metrics for the two releases with the highest screen counts for the time range you’ve selected. To choose a different set of releases to compare, use the “release selector” at the top of the page. To change the app start type (cold or warm), use the “App Start” selector at the top of the page.
6253

0 commit comments

Comments
 (0)