Closed jeremypele closed 5 years ago
hey @jeremypele i was about to take it out together, but better have that option, i will merge #27 and then ca you rebase this ?
Good work and Thanks !! Edit, also just don't look at the CI xD
@danielgek All done. Thanks for your reactivity 🙏
Hi,
I just noticed when upgrading the app that the
ErrorHandler
in the plugin was throwing every catched JS exception, which cause the app to crash. Unless all codebase is wrapped in atry/catch
, it's impossible for an application to deal with any error scenario.Those exceptions should not be thrown out when
discardUncaughtJsExceptions
is set to true. The exception is already catched and sent to Sentry.What do you think?