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.23.1 (2019-09-03)
5+
6+ ### Bug fixes
7+
8+ * (Android) Upgrade to bugsnag-android v4.19.1
9+ * Fix deserialization of custom stackframe fields in cached error reports
10+ [ #576 ] ( https://github.com/bugsnag/bugsnag-android/pull/576 )
11+
12+ * Fix potential null pointer exception if ` setMetaData ` is called with a null
13+ value
14+
415## 2.23.0 (2019-08-27)
516
617* (Android) Upgrade to bugsnag-android v4.19.0
Original file line number Diff line number Diff line change 11# Bugsnag error monitoring & exception reporter for React Native
2- [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.23.0 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.23.1 -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 @@ -23,7 +23,7 @@ android {
2323 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
2424 targetSdkVersion safeExtGet(' targetSdkVersion' , 28 )
2525 versionCode 4
26- versionName ' 2.23.0 '
26+ versionName ' 2.23.1 '
2727 consumerProguardFiles ' proguard-rules.pro'
2828 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2929 }
@@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
39- api ' com.bugsnag:bugsnag-android:4.19.0 '
39+ api ' com.bugsnag:bugsnag-android:4.19.1 '
4040 implementation ' com.facebook.react:react-native:+'
4141
4242 androidTestImplementation ' junit:junit:4.12'
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.23.0 " ,
6+ "version" : " 2.23.1 " ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments