Skip to content

Commit

Permalink
fix(app-start): Fix broken link to iOS performanceV2 flag (#9292)
Browse files Browse the repository at this point in the history
  • Loading branch information
narsaynorath committed Feb 29, 2024
1 parent 654a41a commit e6d1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/product/performance/mobile-vitals/app-starts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6d1f3b

Please sign in to comment.