Skip to content

Releases: a7ul/react-native-exception-handler

v2.10.10 - fixes console.error overrides

23 Mar 16:54
Compare
Choose a tag to compare

v2.10.9 - Adds xcode 12 support

28 Oct 16:05
Compare
Choose a tag to compare

v2.10.8 - Adds typescript typings

15 May 16:37
Compare
Choose a tag to compare

v2.10.7 - Adds additional safeguard

14 Mar 22:33
Compare
Choose a tag to compare

Adds additional safeguards on stack trace string capture.

Thanks @psegalen

v2.10.6 - Bug fix for podspec

05 Feb 20:22
Compare
Choose a tag to compare

v2.10.5 - podspec fix

04 Feb 09:23
Compare
Choose a tag to compare

v2.10.3 - Minor podspec fix

18 Jan 11:14
Compare
Choose a tag to compare

v2.10.0 - Fixed Android compileSDK and buildTools version

13 Oct 16:56
Compare
Choose a tag to compare

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

v2.9.0

27 Jul 17:19
a434614
Compare
Choose a tag to compare
  • 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

21 Jun 05:18
Compare
Choose a tag to compare

Prevents override of default exception handler for android.
Solves the bug #62
Thanks to @mark-friedman