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

Sentry fails to capture some uncaught exceptions #208

Open
brettdh opened this issue Sep 6, 2019 · 0 comments
Open

Sentry fails to capture some uncaught exceptions #208

brettdh opened this issue Sep 6, 2019 · 0 comments

Comments

@brettdh
Copy link
Contributor

brettdh commented Sep 6, 2019

Describe the bug
A bug recently occurred resuting in an uncaught JS exception (fixed in c7d2acf), but the uncaught exception did not appear in Sentry.

Possible things to investigate:

  • We use sentry-expo, but we're now ejected to ExpoKit. We may want to switch to @sentry/react-native, which also captures exceptions in native code (some of which we now have).
  • Alternatively, it may be sufficient to simply upgrade sentry-expo.

Note: it's not clear to me why either of those would solve the problem; it's just a place to start. This may just be a bug in the sentry SDK.

To Reproduce
Unclear at this time, but raising an uncaught exception inside an epic (see src/state/ducks/**/epic.js) might reproduce the bug.

Expected behavior
Every uncaught JS exception should show up in Sentry.

Screenshots (h/t @tannerhearne)

Unhandled JS Exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant