You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/insights/mobile/mobile-screens/index.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ sidebar_order: 0
4
4
description: "Track the UI performance of your screens."
5
5
---
6
6
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.
8
+
9
+

10
+
7
11
## App Start
8
12
9
13
App start metrics track how long your mobile application takes to launch. For this, Sentry measures _cold starts_ and _warm starts_.
@@ -30,6 +34,8 @@ To track the responsiveness of the user interface, Sentry measures _slow frames_
30
34
31
35
For Apple, the frame rate can be higher, especially as 120 fps displays are becoming more popular. For these apps, Sentry detects the frame rate and adjusts the slow frame calculation accordingly.
32
36
37
+
On the mobile screens insights page, you can see a slow and frozen frame rate, indicating the percentage of frames that are slow or frozen during the lifetime of the transaction.
38
+
33
39
In the example below, the detail view of the transaction displays the slow, frozen, and total frames in an iOS application:
34
40
35
41

@@ -41,6 +47,15 @@ You can track slow and frozen frames for:
Frames Delay is the user-perceived delayed duration of rendered frames. For example, at a refresh rate of 60fps, if a single frame render takes 20ms, the frame delay is 4ms (20ms - 16ms = 4ms).
53
+
54
+
You can track frames delay on the following platforms:
-[iOS, as part of slow and frozen frames](/platforms/apple/guides/ios/tracing/instrumentation/automatic-instrumentation/#slow-and-frozen-frames)
58
+
44
59
## Time to Initial Display and Time to Full Display
45
60
46
61
To track how long it takes your application to produce its first frame and then how long it takes to produce its first frame with all the content, Sentry measures time to initial display and time to full display, respectively.
0 commit comments