This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Releases: bugsnag/bugsnag-react-native
Releases · bugsnag/bugsnag-react-native
v2.2.3
v2.2.2
v2.2.1
2.2.1 (2017-04-25)
- Generates
lib/Bugsnag.js
to improve compatibility with tooling which does
not transpile source files fromnode_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
v1.3.0
v2.1.0
v2.0.3
Bug fixes
- Change react-native dependency to allow for versions past 0.40
#71
Michael Patricios - Conventionalize to fix sneaky breadcrumb logging bugs
#56
Kevin Cooper
v2.0.2
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
v2.0.1
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