Skip to content
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(callback): Callback given to Sentry are execute safely #2502

Merged
merged 8 commits into from
Sep 29, 2022
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
krystofwoldrich and marandaneto authored Sep 28, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jcronenberg Jorik Cronenberg
commit 14a5af6b7efe934ba35705116ded3e2dd18f0984
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
## Unreleased

### Fixes

- SDK Gracefully downgrades when callback throws an error ([#2502](https://github.com/getsentry/sentry-react-native/pull/2502))

### Features