Closed cristianoccazinsp closed 5 years ago
@cristianoccazinsp can you please write in to support@bugsnag.com with this? We would like to be able to look at this in your account and discuss your example in more detail.
Will do, thanks.
Closing for now as we've been unable to reproduce. We'll re-open this if a reproduction example can be found.
Description
Handled error reported as unhandled.
Issue
I have a very odd case where an exception thrown inside an async function (and handled somewhere else) is reported as unhandled by bugsnag on IOS. The application does not crash, and the error is definitely handled. Also, can't make this happen on Android at all.
Environment
Library versions:
iOS/Android version(s): IOS 12.3
simulator/emulator or physical device?: Physical device
debug mode or production?: Production
[ ] (iOS only)
[BugsnagReactNative start]
is present in theapplication:didFinishLaunchingWithOptions:
method in yourAppDelegate
class? YesSample code.
Error is reported as thrown at
throw new Error(message);