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.8.6

5 years ago

Reverted console._errorOriginal as it was causing infinite loops sometimes.

Will add an optional opt-in mechanism for this feature in future releases

2.8.5

5 years ago

Added console._errorOriginal for better error support on the JS Exception handler. Thanks @skrafft for the PR

2.7.5

6 years ago

Import reordering of RCTBridge

Fixes #46 per facebook/react-native#15775 (comment)

Not a breaking change 🌮

2.7.1

6 years ago

Reduced npm package size - removed the unnecessary build files and folder No breaking changes 🌮

2.7.0

6 years ago

2.6.2

6 years ago

Includes minor bug fixes. Text fixes.

2.6.0

6 years ago

Removed unnecessary comments. Added type check on arguments ** BREAKING CHANGE ** Removed backward compatibility with older versions - but have added console output if wrong type of arguments are provided .. Does not break the build, only throws console.log warnings.

2.4.3

6 years ago

Bugfix for : "cannot have non-function argument after a function arg" - Thanks to @lexor90 (Do react native link again if upgrading from 2.4.0 for changes to reflect)

NO BREAKING CHANGES🌮

2.4.1

6 years ago

Bugfix: Added fix for issue with react-native-navigation - Thanks to @faogustavo (Do react native link again if upgrading from 2.4.0 for changes to reflect)

NO BREAKING CHANGES🌮

2.4.0

6 years ago

Bugfix: Removed conflict with Mixpanel - Thanks to @peteroid (Do react native link again if upgrading from 2.3.0 for changes to reflect)

NO BREAKING CHANGES🌮