This repository was archived by the owner on Sep 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 2.14.0 (2019-01-23)
5+
6+ * (Android) Upgrade to bugsnag-android v4.11.0
7+ ### Enhancements
8+
9+ * [ NDK] Improve support for C++ exceptions, adding the exception class name
10+ and description to reports and improving the stacktrace quality
11+ [ #412 ] ( https://github.com/bugsnag/bugsnag-android/pull/412 )
12+
13+ * Update vendored GSON dependency to latest available version
14+ [ #415 ] ( https://github.com/bugsnag/bugsnag-android/pull/415 )
15+
16+ ### Bug fixes
17+
18+ * Fix cached error deserialisation where the Throwable has a cause
19+ [ #418 ] ( https://github.com/bugsnag/bugsnag-android/pull/418 )
20+
21+ * Refactor error report deserialisation
22+ [ #419 ] ( https://github.com/bugsnag/bugsnag-android/pull/419 )
23+
24+ * Fix unlikely initialization failure if a device orientation event listener
25+ cannot be enabled
26+
27+ * Cache result of device root check
28+ [ #411 ] ( https://github.com/bugsnag/bugsnag-android/pull/411 )
29+
30+ * Prevent unnecessary free disk calculations on initialisation
31+ [ #409 ] ( https://github.com/bugsnag/bugsnag-android/pull/409 )
32+
433## 2.13.1 (2019-01-10)
534
635### Bug Fixes
Original file line number Diff line number Diff line change 11# Bugsnag exception reporter for React Native
2- [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.13.1 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.14.0 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
33
44Automatic [ React Native crash reporting] ( https://www.bugsnag.com/platforms/react-native-error-reporting/ ) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps.
55
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
1818 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
1919 targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
2020 versionCode 4
21- versionName ' 2.13.1 '
21+ versionName ' 2.14.0 '
2222 consumerProguardFiles ' proguard-rules.pro'
2323 }
2424}
Original file line number Diff line number Diff line change 33 "homepage" : " https://www.bugsnag.com/platforms/react-native-error-reporting/" ,
44 "repository" : " https://github.com/bugsnag/bugsnag-react-native.git" ,
55 "bugs" : " https://github.com/bugsnag/bugsnag-react-native/issues" ,
6- "version" : " 2.13.1 " ,
6+ "version" : " 2.14.0 " ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments