Skip to content

Commit 99e07f7

Browse files
committed
Address PR feedback
1 parent 8d920ad commit 99e07f7

File tree

1 file changed

+4
-4
lines changed
  • docs/product/insights/mobile/mobile-vitals

1 file changed

+4
-4
lines changed

docs/product/insights/mobile/mobile-vitals/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ The Mobile Vitals insights module provides a high-level overview of the performa
1010

1111
## App Start
1212

13-
App start metrics track how long your mobile application takes to launch. For this, Sentry measures [_cold starts_]( /concepts/search/searchable-properties/events/#measurementsapp_start_cold)and [_warm starts_](/concepts/search/searchable-properties/events/#measurementsapp_start_warm).
13+
App start metrics track how long your mobile application takes to launch. For this, Sentry measures [_cold starts_]( /concepts/search/searchable-properties/events/#measurementsapp_start_cold) and [_warm starts_](/concepts/search/searchable-properties/events/#measurementsapp_start_warm).
1414

1515
The definitions of cold start and warm start change slightly depending on the operating system. On iOS, Apple recommends your app take at most 400ms to render the first frame. On Android, the [Google Play console](https://developer.android.com/topic/performance/vitals/launch-time#av) warns you when a cold start takes longer than five seconds or a warm start longer than two seconds. For definitions by operating system, check out the corresponding SDK docs:
1616

1717
- [Android](/platforms/android/tracing/instrumentation/automatic-instrumentation/#app-start-instrumentation)
18+
- [Apple](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#app-start-tracking)
1819
- [Flutter](/platforms/flutter/tracing/instrumentation/automatic-instrumentation/#app-start-instrumentation)
19-
- [iOS](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#app-start-tracking)
2020
- [React Native](/platforms/react-native/tracing/instrumentation/automatic-instrumentation/#app-start-instrumentation)
2121

2222
In the example below, the detail view of a transaction displays the warm start measurement in the right sidebar.
@@ -45,8 +45,8 @@ In the example below, the detail view of the transaction displays the slow, froz
4545
You can track slow and frozen frames for:
4646

4747
- [Android](/platforms/android/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
48+
- [Apple](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
4849
- [Flutter](/platforms/flutter/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
49-
- [iOS](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
5050
- [React Native](/platforms/react-native/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
5151

5252
## Frames Delay
@@ -55,8 +55,8 @@ Frames Delay is the user-perceived total delayed duration of rendered frames. Fo
5555

5656
You can track frames delay on the following platforms:
5757
- [Android](/platforms/android/tracing/instrumentation/perf-v2/#frames-delay)
58+
- [Apple, as part of slow and frozen frames](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
5859
- [Flutter](/platforms/flutter/integrations/slow-and-frozen-frames-instrumentation/)
59-
- [iOS, as part of slow and frozen frames](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
6060

6161
## Time to Initial Display and Time to Full Display
6262

0 commit comments

Comments
 (0)