Skip to content

Commit 3779f71

Browse files
authored
Update the name of the Screens page to Mobile (#8510)
1 parent d2f1869 commit 3779f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/product/performance/mobile-vitals.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ You can track time to full display for:
6868
- [Android](/platforms/android/performance/instrumentation/automatic-instrumentation/#time-to-full-display)
6969
- [Apple](/platforms/apple/performance/instrumentation/automatic-instrumentation/#time-to-full-display)
7070

71-
## Screens
71+
## Mobile
7272

73-
The **Screens** page shows an overview of how long it takes for your application to load its screens. Here you can identify slow or regressed screens and get additional information to understand the factors contributing to the slowness of both time to initial display (TTID) and time to full display (TTFD).
73+
The **Mobile** page shows an overview of how long it takes for your application to load its screens. Here you can identify slow or regressed screens and get additional information to understand the factors contributing to the slowness of both time to initial display (TTID) and time to full display (TTFD).
7474

7575
While Sentry automatically tracks TTID, [TTFD](#time-to-initial-display-and-time-to-full-display) requires that the `reportFullyDisplayed()` API be called manually to report that the screen has loaded all of its content and is fully displayed.
7676

@@ -87,7 +87,7 @@ While Sentry automatically tracks TTID, [TTFD](#time-to-initial-display-and-time
8787
- `>=3.13` for UIViewController transactions
8888
- `>=8.4.0` for TTID+TTFD, (released April, 2023)
8989

90-
By default, the **Screens** page displays metrics for the two releases with the highest screen counts for the time range you’ve selected. To choose a different set of releases to compare, use the “release selector” at the top of the page.
90+
By default, the **Mobile** page displays metrics for the two releases with the highest screen counts for the time range you’ve selected. To choose a different set of releases to compare, use the “release selector” at the top of the page.
9191

9292
The charts section shows a comparison of TTID and TTFD for your top five screens across your two selected releases.
9393

0 commit comments

Comments
 (0)