Skip to content

Releases: a7ul/react-native-exception-handler

v2.10.10 - fixes console.error overrides

Choose a tag to compare

@a7ul a7ul released this 23 Mar 16:54
2.10.10

v2.10.9 - Adds xcode 12 support

Choose a tag to compare

@a7ul a7ul released this 28 Oct 16:05
bump version

v2.10.8 - Adds typescript typings

Choose a tag to compare

@a7ul a7ul released this 15 May 16:37

v2.10.7 - Adds additional safeguard

Choose a tag to compare

@a7ul a7ul released this 14 Mar 22:33

Adds additional safeguards on stack trace string capture.

Thanks @psegalen

v2.10.6 - Bug fix for podspec

Choose a tag to compare

@a7ul a7ul released this 05 Feb 20:22

Thanks @Vyazovoy

v2.10.5 - podspec fix

Choose a tag to compare

@a7ul a7ul released this 04 Feb 09:23

thanks @Vyazovoy

v2.10.3 - Minor podspec fix

Choose a tag to compare

@a7ul a7ul released this 18 Jan 11:14

v2.10.0 - Fixed Android compileSDK and buildTools version

Choose a tag to compare

@a7ul 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

Choose a tag to compare

@a7ul a7ul released this 27 Jul 17:19
a434614
  • 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

Choose a tag to compare

@a7ul a7ul released this 21 Jun 05:18

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