when using an ErrorBoundary in a React Native app, unhandled errors caught by the error boundary are only reported to Bugsnag on next launch of the app. The fallback component is displayed and the app doesn't crash, but the event is not sent until the app is quit and relaunched.
here is the description