-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Time to Initial Display for React Navigation is always 15 seconds #3786
Comments
|
Moving the discussion to this thread, as you asked in the issue, I was using only real devices for those tests, and my navigators are structured like this:
Tbh I didn't know we also could define the |
@matheuscouto Thank you for the details. |
Just dropping a note here that we have at least one more instance of this reported on another channel |
It seems that manually using |
Hi @sregg,
Are those possibly from old releases? Or do you see it when testing locally? |
Locally. Even when we instrument manually a screen properly, we see the 15s timeout when navigating back to that screen. |
Thank you for the explanation @sregg |
I'm happy to jump on a quick call to show you how this Time to Display is working in our app. There seems to be a few bugs at the moment. |
Thank you, we are currently working on a fix -> #4042, let's wait for it. |
Description
On some Android devices the auto instrumentation for time to initial display results in heartbeat timeout and the TTID span is always 15 seconds.
To avoid this bug you can you the manual instrumentation
<Sentry.TimeToInitialDisplay record={true} />
https://docs.sentry.io/platforms/react-native/performance/instrumentation/time-to-display/
The text was updated successfully, but these errors were encountered: