Skip to content

docs(react-native): Add reportFullyDisplayed() imperative API#18672

Open
antonis wants to merge 3 commits into
masterfrom
antonis/docs/report-fully-displayed
Open

docs(react-native): Add reportFullyDisplayed() imperative API#18672
antonis wants to merge 3 commits into
masterfrom
antonis/docs/report-fully-displayed

Conversation

@antonis

@antonis antonis commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

DESCRIBE YOUR PR

Documents the new Sentry.reportFullyDisplayed() imperative API for signaling Time to Full Display in the React Native SDK.

This adds a new subsection under "Time To Full Display" alongside the existing <TimeToFullDisplay> component approach, with a minimal code example and behavior notes.

SDK PR: getsentry/sentry-react-native#6419

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

⚠️ Should be merged after getsentry/sentry-react-native#6419 has been shipped

PRE-MERGE CHECKLIST

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment Jul 10, 2026 6:56am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Jul 10, 2026 6:56am

Request Review

@codeowner-assignment codeowner-assignment Bot requested a review from a team July 8, 2026 12:07
@antonis antonis requested review from alwx and lucas-zimerman July 8, 2026 12:08
@antonis antonis marked this pull request as ready for review July 8, 2026 12:08
## Time To Full Display

To measure the time when a screen is fully displayed, you can use the `Sentry.TimeToFullDisplay` component.
To measure the time when a screen is fully displayed, you can use the `Sentry.TimeToFullDisplay` component or the imperative `Sentry.reportFullyDisplayed()` API.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which approach should users use as a recommendation?
Reading the documentation, I wouldn't really be sure which to pick

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point @lucas-zimerman 👍 Added an explanation with 7cdae31
Wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants