react-native-exception-handler
react-native-exception-handler copied to clipboard
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Native module ReactNativeExceptionHandler tried to override ReactNativeExceptionHandlerModule. Check the getPackages() method in MainApplication.java,it might e that module is being created twice.If the was your intention,set canoverrideExistingModule=true.
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...
Hello , I initiated this package in index.js as per given steps. I testes this.test() in app.js file , the output we are getting in error object is right ,...
Hello, I implemented this lib in my app, and works fine on iOS and Android (Zenfone). It is showing the Alert as expected when the app crashes and show the...
Hey I am only able to get this to work for issues at the application level, if an error is thrown from any package in the node_modules, it is not...
I have found issue that when i am using 'react-native-exception-handler' crash report doesn't sends to server i am using https://github.com/invertase/react-native-firebase
Hi, awesome lib. To test the native exception handler I created a native RCT_EXPORT_METHOD method and which is require one int parameter. After that I invoke the exported method and...
I am trying to setup both JS and native handlers. But when JS errors occur, it shows the alert box, on clicking "Ok", I would like to kill the app....