From e6d1f3b0edf8790b9f47f10a5918fa994b50899c Mon Sep 17 00:00:00 2001 From: Nar Saynorath Date: Thu, 29 Feb 2024 15:12:10 -0500 Subject: [PATCH] fix(app-start): Fix broken link to iOS performanceV2 flag (#9292) --- docs/product/performance/mobile-vitals/app-starts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/performance/mobile-vitals/app-starts.mdx b/docs/product/performance/mobile-vitals/app-starts.mdx index f433776fe520c..fedd138956e59 100644 --- a/docs/product/performance/mobile-vitals/app-starts.mdx +++ b/docs/product/performance/mobile-vitals/app-starts.mdx @@ -28,7 +28,7 @@ SentryAndroid.init(this, options -> { - `>=8.18.0` for automatic instrumentation of [app start spans](/platforms/apple/performance/instrumentation/automatic-instrumentation/#app-start-tracing) - `>=8.21.0` for app start profiling -- [PerformanceV2](platforms/apple/performance/instrumentation/automatic-instrumentation/#performance-v2) must be enabled in the SDK, e.g.: +- [PerformanceV2](/platforms/apple/performance/instrumentation/automatic-instrumentation/#performance-v2) must be enabled in the SDK, e.g.: ```swift import Sentry