React Native Exception Handler Versions Save

A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.

2.10.10

3 years ago

2.10.9

3 years ago

2.10.8

4 years ago

Thanks @slavikdenis

2.10.7

5 years ago

Adds additional safeguards on stack trace string capture.

Thanks @psegalen

2.10.6

5 years ago

Thanks @Vyazovoy

2.10.5

5 years ago

thanks @Vyazovoy

2.10.3

5 years ago

Thank @alexovits

2.10.0

5 years ago

Changed the Android compileSDK and buildTools version to use the parent project values which could cause build issues.

2.9.0

5 years ago
  • Adds support for executing previously set error handlers (now this module can work with other analytics modules)
  • Adds an improved approach for overwriting native error handlers.
  • Thanks @dsolimando

2.8.9

5 years ago

Prevents override of default exception handler for android. Solves the bug https://github.com/master-atul/react-native-exception-handler/issues/62 Thanks to @mark-friedman