Releases: a7ul/react-native-exception-handler
Releases · a7ul/react-native-exception-handler
v2.10.10 - fixes console.error overrides
v2.10.9 - Adds xcode 12 support
bump version
v2.10.8 - Adds typescript typings
v2.10.7 - Adds additional safeguard
Adds additional safeguards on stack trace string capture.
Thanks @psegalen
v2.10.6 - Bug fix for podspec
v2.10.5 - podspec fix
thanks @Vyazovoy
v2.10.3 - Minor podspec fix
v2.10.0 - Fixed Android compileSDK and buildTools version
Changed the Android compileSDK and buildTools version to use the parent project values which could cause build issues.
v2.9.0
- 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