Skip to content

Commit cee3c78

Browse files
authored
fix(mobile-vitals): Link to TTFD from screens module page (#9375)
This link was missed when the new page was created. The section that it intends to link to is up a level in the Mobile Vitals docs.
1 parent 112e1bb commit cee3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/performance/mobile-vitals/screen-loads.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Learn how to monitor your mobile application's performance by usin
88

99
The **Screen Loads** page shows an overview of the amount of time it takes for your application to load its screens. It helps you identify slow or regressed screens and gives additional information so you can better understand the factors contributing to the slowness of both time to initial display (TTID) and time to full display (TTFD).
1010

11-
Sentry tracks TTID automatically, but [TTFD](#time-to-initial-display-and-time-to-full-display) requires that the `reportFullyDisplayed()` API be manually called to report that the screen has loaded all of its content and is fully displayed.
11+
Sentry tracks TTID automatically, but [TTFD](/product/performance/mobile-vitals/#time-to-initial-display-and-time-to-full-display) requires that the `reportFullyDisplayed()` API be manually called to report that the screen has loaded all of its content and is fully displayed.
1212

1313
### Minimum SDK Requirements:
1414

0 commit comments

Comments
 (0)