crash is not showing on dashboard on development phase. Only bugsnag.notify() is getting captured in dashboard.
shiwanjalyFareye opened this issue · 1 comments
crash is not showing on dashboard on development phase. Only bugsnag.notify() is getting captured in dashboard.
bugsnag : 7.3.3
react-native : 0.63.4
This is likely due to React Native's In-app Error screen interfering with the automatic capture of unhandled native crashes.
If you want to send these unhandled errors to Bugsnag in the course of development, we recommend running your app in release mode:
https://docs.bugsnag.com/platforms/react-native/react-native/#reporting-unhandled-errors
I'd recommend trying running the app in release mode. If you still see issues with capture of unhandled crashes when running in release mode can you write in to support@bugsnag.com with full details of how you're configuring Bugsnag and testing this so we can investigate further?