Releases: a7ul/react-native-exception-handler
Releases · a7ul/react-native-exception-handler
v2.10.10 - fixes console.error overrides
Compare
Sorry, something went wrong.
No results found
a7ul
released this
23 Mar 16:54
2.10.10
v2.10.9 - Adds xcode 12 support
Compare
Sorry, something went wrong.
No results found
a7ul
released this
28 Oct 16:05
bump version
v2.10.8 - Adds typescript typings
Compare
Sorry, something went wrong.
No results found
a7ul
released this
15 May 16:37
v2.10.7 - Adds additional safeguard
Compare
Sorry, something went wrong.
No results found
a7ul
released this
14 Mar 22:33
Adds additional safeguards on stack trace string capture.
Thanks @psegalen
v2.10.6 - Bug fix for podspec
Compare
Sorry, something went wrong.
No results found
a7ul
released this
05 Feb 20:22
v2.10.5 - podspec fix
Compare
Sorry, something went wrong.
No results found
a7ul
released this
04 Feb 09:23
v2.10.3 - Minor podspec fix
Compare
Sorry, something went wrong.
No results found
a7ul
released this
18 Jan 11:14
v2.10.0 - Fixed Android compileSDK and buildTools version
Compare
Sorry, something went wrong.
No results found
a7ul
released this
13 Oct 16:56
Changed the Android compileSDK and buildTools version to use the parent project values which could cause build issues.
v2.9.0
Compare
Sorry, something went wrong.
No results found
a7ul
released this
27 Jul 17:19
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
V2.8.9
Compare
Sorry, something went wrong.
No results found
a7ul
released this
21 Jun 05:18
Prevents override of default exception handler for android.
Solves the bug #62
Thanks to @mark-friedman