-
Notifications
You must be signed in to change notification settings - Fork 637
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
Fix ErrorBoundary Sentry reports #5936
Conversation
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While working on this I had the thought that maybe we wanted to expose a way to completely reset the app via the error boundary in case they completely cannot get around it. Thoughts?
|
Confirmed that I received logs in ErrorBoundary on a brand new project, so this is code complete. Sentry config on sentry.io needs fixed. |
/rebase |
a72f6f9
to
2c1e08d
Compare
2c1e08d
to
58292b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 - merge once tests pass
Fixes APP-1659
What changed (plus any additional context for devs)
Biggest change that needs tested here is the version bump of
react-native-exit-app
from 1.1.0 to 2. I verified it quits the app in develop mode on iOS, but we need to test all environments thoroughly.Other changes:
Sentry.ErrorBoundary
when notIS_TEST
.Screen recordings / screenshots
What to test