Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit aa05090

Browse files
committed
fix: Upgrade bugsnag-android to v4.4.1
Adds more fixes!
1 parent 8c8c170 commit aa05090

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Changelog
55

66
### Bug fixes
77

8+
* (android) Upgrade bugsnag-android dependency to v4.4.1:
9+
* Refine automatically collected breadcrumbs to a commonly useful set by default
10+
[bugsnag-android#321](https://github.com/bugsnag/bugsnag-android/pull/321)
11+
* Ensure that unhandled error reports are always sent immediately on launch for Android P and in situations with no connectivity.
12+
[bugsnag-android#319](https://github.com/bugsnag/bugsnag-android/pull/319)
13+
814
* (iOS) Upgrade bugsnag-cocoa dependency to v5.15.6:
915
* Ensure device data is attached to minimal reports
1016
[bugsnag-cocoa#279](https://github.com/bugsnag/bugsnag-cocoa/pull/279)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ android {
1313
}
1414

1515
dependencies {
16-
compile 'com.bugsnag:bugsnag-android:4.3.4'
16+
compile 'com.bugsnag:bugsnag-android:4.4.1'
1717
compile 'com.facebook.react:react-native:+'
1818
}

0 commit comments

Comments
 (0)