Skip to content

Commit 57779c9

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 62debba commit 57779c9

File tree

2 files changed

+4
-4
lines changed
  • docs

2 files changed

+4
-4
lines changed

docs/platforms/android/tracing/instrumentation/perf-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supported in Sentry's Android SDK version `7.4.0` and above.
1111

1212
</Note>
1313

14-
Performance V2 is a set of features which enrich your existing instrumentation, giving you more insights into potential performance bottlenecks. These features tightly integrate with tge [Mobile Screens](/product/insights/mobile/mobile-screens/) insights module.
14+
Performance V2 is a set of features which enrich your existing instrumentation, giving you more insights into potential performance bottlenecks. These features tightly integrate with the [Mobile Screens](/product/insights/mobile/mobile-screens/) insights module.
1515

1616
### Enabling Performance V2
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_order: 0
44
description: "Track the UI performance of your screens."
55
---
66

7-
The mobile screens insights module provides a high-level overview of the performance of your screens, and allows you to drill down into the performance metrics of individual screens.
7+
The Mobile Screens insights module provides a high-level overview of the performance of your screens, and allows you to drill down into the performance metrics of individual screens.
88

99
![The mobile screens insights module.](./img/mobile-screens.png)
1010

1111
## App Start
1212

13-
App start metrics track how long your mobile application takes to launch. For this, Sentry measures _cold starts_ and _warm starts_.
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

@@ -23,7 +23,7 @@ In the example below, the detail view of a transaction displays the warm start m
2323

2424
![The event detail of a transaction with a warm start measurement.](./img/app-start-transaction.png)
2525

26-
While the SDKs differentiate between a cold and a warm start, they don't track hot starts or resumes. To get more insight into your cold and warm start metrics, you can use the [App Starts](/product/insights/mobile/mobile-screens/app-starts/) feature.
26+
While the SDKs differentiate between cold and warm starts, they don't track hot starts or resumes. To get more insight into your cold and warm start metrics, you can use the [App Starts](/product/insights/mobile/mobile-screens/app-starts/) feature.
2727

2828
## Slow and Frozen Frames
2929

0 commit comments

Comments
 (0)