-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Some callbacks do not have their Exceptions caught yet #2123
Comments
If we decide to throw away the event, we should ensure this information ends up in client reports. |
Actually, it's the opposite, by swallowing the exception during eg |
Potential callbacks which should not crash:
via
via
Ignored for custom implementations of
|
Integration
sentry
Java Version
any
Version
6.1.2
Steps to Reproduce
There are multiple places where an Exception thrown by a callback is not caught.
SentryAndroid.init
paramSentry.OptionsConfiguration<SentryAndroidOptions> configuration
captureX
methods with paramScopeCallback callback
Expected Result
Exceptions should be caught and we should downgrade gracefully (throw away an event, don't enable the SDK, ...).
Actual Result
Exceptions are not caught
The text was updated successfully, but these errors were encountered: