-
-
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
Sentry is delaying react-navigation transition #158
Comments
Hey, thx for reporting this. |
I was having the same issue with react-navigation where I was experiencing a 1-2 second delay before transitioning to a new screen. After deactivating the stacktrace merging functionality in Sentry, the issue appears to be fixed. |
Where exactly is Sentry I don't seem to have it in my project |
I was having the same issue with react-navigation and sentry. It's very smoothly in debug mode, bug so slow in release mode without any changes but sentry. |
😳 |
Same here. Hope a fix will be available soon. It slows down so much that almost make the app unusable. |
Hey @huhuanming @willlaserlike, |
@HazAT Deactivating stacktrace seems to fix it. But stacktrace merging is kind of the key reason I choose Sentry so I wanna have it back plz... |
@willlaserlike Are you running the latest version |
thx. |
Can confirm the issue persists with the latest `react-native-sentry`
release. Fine in dev, slow transitions in release builds.
Disabling stack trace merging seems to continue to resolve the issue as a
temporary workaround for now.
…On Sun, 27 Aug 2017 at 11:49 pm, huhuanming ***@***.***> wrote:
thx.
I will be update and test it later.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABGnEY1fBPiMOfAQwBeBzb3qAlCetKSks5scXPagaJpZM4Oc248>
.
|
I've just released |
Hi @HazAT - Can confirm it has fixed the issue for us in deployed versions 🎉 thanks! |
I was investigating react-navigation/react-navigation#608 and it looks like Sentry takes very long to parse an error during a transition. On a physical iPhone 6, it was delaying a transition by over 3 seconds. I found this by profiling with Instruments on macOS. Here's a screenshot of the stacktrace, where you can see that Sentry calls are blocking the transition for a long time. Removing Sentry from the app fixes the problem. I tried upgrading to the latest version, problem persists. Let me know if I can help with further details.
The text was updated successfully, but these errors were encountered: