From b9b5e4047a8d1f29239c7d649c61adb43ec5449c Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Thu, 24 Oct 2024 15:39:59 +0200 Subject: [PATCH] fix(apple): Min SDK versions for App Starts Fix minimum required app versions for the App Starts Module for Mobile Vitals. --- docs/product/insights/mobile-vitals/app-starts.mdx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/product/insights/mobile-vitals/app-starts.mdx b/docs/product/insights/mobile-vitals/app-starts.mdx index 36e0a4e655ea3..8fbda8bd2e515 100644 --- a/docs/product/insights/mobile-vitals/app-starts.mdx +++ b/docs/product/insights/mobile-vitals/app-starts.mdx @@ -46,17 +46,8 @@ SentryAndroid.init(this) { options -> **For iOS:** -- `>=8.18.0` for automatic instrumentation of [app start spans](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#app-start-tracing) +- `>=7.2.0` for automatic instrumentation of [app start spans](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#app-start-tracing) - `>=8.21.0` for app start profiling -- [PerformanceV2](/platforms/apple/tracing/instrumentation/automatic-instrumentation/#performance-v2) must be enabled in the SDK, e.g.: -```swift -import Sentry - -SentrySDK.start { options in - ... - options.enablePerformanceV2 = true -} -``` 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.