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 @@ -5,6 +5,15 @@ Changelog
55
66### Bug fixes
77
8+ * (Android) Upgrade bugsnag-android to v4.20.0
9+ * Buffer IO when reading from cached error files, improving SDK performance
10+ [ bugsnag-android #573 ] ( https://github.com/bugsnag/bugsnag-android/pull/573 )
11+ * Fix ` freeDisk ` calculation to show free space rather than total space
12+ [ bugsnag-android #589 ] ( https://github.com/bugsnag/bugsnag-android/pull/589 )
13+ * Fix duplicate reports possibly being sent when many launch crashes are
14+ delivered in low connectivity situations
15+ [ bugsnag-android #593 ] ( https://github.com/bugsnag/bugsnag-android/pull/593 )
16+
817* (iOS) Upgrade bugsnag-cocoa to v5.22.6
918 * Ensure UIKit APIs are not called from background threads when
1019 initializing only in the JavaScript layer when using ` react-native@0.60+ `
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
39- api ' com.bugsnag:bugsnag-android:4.19.1 '
39+ api ' com.bugsnag:bugsnag-android:4.20.0 '
4040 implementation ' com.facebook.react:react-native:+'
4141
4242 androidTestImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments