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

02 Nov 12:46
Compare
Choose a tag to compare
  • Support setting autoNotify to disable native crash reporting

v2.5.1

26 Oct 09:41
Compare
Choose a tag to compare
  • Replace PropTypes from React with prop-types package
  • Adds example project which uses react native via cocoapods

v2.5.0

09 Oct 09:26
Compare
Choose a tag to compare

Enhancements

  • Add configuration option to enable capturing console log messages as
    breadcrumbs
    #159
    Ben Gourley

Bug fixes

  • [android] Reuse previously configured Bugsnag native client if available
    #156

v2.4.2

04 Oct 16:44
Compare
Choose a tag to compare
  • Fix duplicate symbols in KSCrash when Sentry library included in project

v2.4.1

04 Oct 08:08
Compare
Choose a tag to compare

Link Native Cocoa as a static library

v2.4.0

02 Oct 18:27
Compare
Choose a tag to compare

Enhancements

  • Track whether errors are handled or unhandled
  • Reduce build warnings!

v2.3.2

18 Aug 23:22
Compare
Choose a tag to compare

Bug fixes

  • Fix regression introduced in 2.3.0 where nested JavaScript objects were being serialized incorrectly before being sent to Bugsnag
    #132
    #133

v2.3.1

10 Aug 18:54
Compare
Choose a tag to compare

Bug fixes

  • Fix codeBundleId being unset in unhandled exceptions when using CodePush 2+
    #127
    #128

v2.3.0

03 Aug 00:08
Compare
Choose a tag to compare

Enhancements

Bug fixes

  • Call previous exception handler when notify is cancelled by a callback
    #106

  • Stringify NaN in breadcrumb metadata before sending over native bridge to
    avoid fatal error
    #107

v2.2.4

15 Jul 01:13
Compare
Choose a tag to compare

Bug fixes