Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Releases: bugsnag/bugsnag-react-native

v2.2.3

27 Apr 12:04
Compare
Choose a tag to compare

Bug fixes

  • Fix regression where iOS headers are copied into an incorrect location
    #98

v2.2.2

26 Apr 13:09
Compare
Choose a tag to compare

Bug fixes

  • Restore missing android/src directory to package
    #96

v2.2.1

25 Apr 15:12
Compare
Choose a tag to compare

2.2.1 (2017-04-25)

  • Generates lib/Bugsnag.js to improve compatibility with tooling which does
    not transpile source files from node_modules, like haul and testing tools
  • Adds a warning when using breadcrumb names which will be truncated

Bug fixes

  • Reorder the header files in the podspec, to work around skipped files
    #92

v2.2.0

16 Mar 00:42
Compare
Choose a tag to compare

Enhancements

  • Add convenience interface to setting up native-only error handling

v1.3.0

16 Mar 00:42
Compare
Choose a tag to compare

Enhancements

  • Add convenience interface to setting up native-only error handling

v2.1.0

28 Feb 16:58
Compare
Choose a tag to compare

Enhancements

  • Adds codeBundleId property as an alternative to appVersion to support CodePush
    #74
  • Add original error to report object
    #61

Bug fixes

  • [android] Check each param before setting user
    #73

v2.0.3

14 Feb 17:57
Compare
Choose a tag to compare

Bug fixes

v2.0.2

14 Jan 00:30
Compare
Choose a tag to compare

v2.0+ only supports React Native v0.40+. Install [email protected] for versions 0.39 and below.

Bug fixes

  • [ios] Fix regression where previous exception handler is not called

v1.2.4

14 Jan 00:30
Compare
Choose a tag to compare

The 1.2.x series is for users running React Native v0.39 or lower

Bug fixes

  • [ios] Fix regression where previous exception handler is not called

v2.0.1

13 Jan 01:28
Compare
Choose a tag to compare

v2.0+ only supports React Native v0.40+. Install [email protected] for versions 0.39 and below.

Bug fixes

  • Upgrade bugsnag-android dependency to fix issue with network requests being
    sent on the main thread