-
-
Notifications
You must be signed in to change notification settings - Fork 237
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: Capture Callback Exceptions #990
Conversation
Codecov ReportBase: 89.47% // Head: 91.14% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #990 +/- ##
==========================================
+ Coverage 89.47% 91.14% +1.66%
==========================================
Files 106 9 -97
Lines 3326 192 -3134
==========================================
- Hits 2976 175 -2801
+ Misses 350 17 -333 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@denrase there's one broken test. |
📜 Description
Capture and log exceptions thrown in callbacks provided users.
💡 Motivation and Context
All exceptions should be caught and handled gracefully.
Relates to getsentry/team-mobile#21
💚 How did you test it?
Unit tests.
📝 Checklist