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.
Hi, i'm trying to integrate this module In index.js (main entrypoint) ``` import { AppRegistry } from 'react-native'; import App from './App'; import { Alert } from 'react-native'; import {...
Hi. I want to report native error to google's stackdriver. I've searched through issues and found out that I have to override native handler in _MainApplication.java_. I don't know java...
bugfix for wrong userInfo
All I was trying to do was a `console.log()` in that callback. ``` setNativeExceptionHandler((exceptionString) => { console.log(exceptionString); }); ``` The exception that is being triggered is fairly deep in some...
https://github.com/master-atul/react-native-exception-handler/blob/f9175d2fd67c82c32bd2bca3a4e5cf3aa2ed8947/ios/ReactNativeExceptionHandler.m#L202 here the userInfo param should be the one above instead of a new created one.
According to the documentation, I should see an alert box on Android. Instead I get a black screen. It is worth noting that I'm using react-native-navigator from wix, so it...
I want to write the log into text file and save to device memory, since when the app will be crashed than i can tell the client to email the...
* What went wrong: Some problems were found with the configuration of task ':app:bundleReleaseJsAndAssets' (type 'Exec'). - Gradle detected a problem with the following location: '/Users/netzwelt/StudioProjects/MyScan_release'. Reason: Task ':app:bundleReleaseJsAndAssets' uses...
on Android DefaultErrorScreen is not showing when setNativeExceptionHandler function is called
https://github.com/a7ul/react-native-exception-handler/blob/50e736b0b2c39c2bf6f00f26a04d5073d69cf966/android/src/main/res/layout/default_error_screen.xml#L23 "Occured" should be "Occurred" Original issue posted here https://github.com/facebook/react-native/issues/40773