react-native-exception-handler icon indicating copy to clipboard operation
react-native-exception-handler copied to clipboard

Problem android - native error callback

Open bartoszboruta opened this issue 5 years ago • 0 comments
trafficstars

Native error callback seems to not working on android, I am not able to send bugsnag error.

setNativeExceptionHandler(exceptionString => { bugsnag.notify(exceptionString); });

even with some random string it is not called. It works with js errors handler

"react-native": "0.61.4",

bartoszboruta avatar Dec 10 '19 10:12 bartoszboruta