Skip to content

Commit

Permalink
Merge pull request #1474 from bugsnag/android5101
Browse files Browse the repository at this point in the history
Bump bugsnag-android to v5.10.1
  • Loading branch information
fractalwrench authored Jul 16, 2021
2 parents 76ccdfb + ad5ca5a commit 46448d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/react-native-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ steps:

- label: ':ios: Init and build RN 0.64 ipa (Hermes)'
key: 'rn-0-64-hermes-ipa'
timeout_in_minutes: 30
timeout_in_minutes: 60
agents:
queue: 'opensource-mac-cocoa-11'
env:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
- Fix a potential stack overflow in `+[BugsnagThread allThreadsWithCurrentThreadBacktrace:]`. [bugsnag-cocoa#1148](https://github.com/bugsnag/bugsnag-cocoa/pull/1148)
- Fix `NSNull` handling in `+[BugsnagError errorFromJson:]` and `+[BugsnagStackframe frameFromJson:]`. [bugsnag-cocoa#1143](https://github.com/bugsnag/bugsnag-cocoa/pull/1143)
- Fix a rare crash in `bsg_ksmachgetThreadQueueName`. [bugsnag-cocoa#1147](https://github.com/bugsnag/bugsnag-cocoa/pull/1147)
- (react-native): Update bugsnag-android to v5.10.0
- (react-native): Update bugsnag-android to v5.10.1
- Prefer `calloc()` to `malloc()` in NDK code
[bugsnag-android#1320](https://github.com/bugsnag/bugsnag-android/pull/1320)
- Ensure correct value always collected for activeScreen
[bugsnag-android#1322](https://github.com/bugsnag/bugsnag-android/pull/1322)
- Capture process name in Event payload
[bugsnag-android#1318](https://github.com/bugsnag/bugsnag-android/pull/1318)
- Avoid unnecessary BroadcastReceiver registration for monitoring device orientation
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android:5.10.0"
api "com.bugsnag:bugsnag-plugin-react-native:5.10.0"
api "com.bugsnag:bugsnag-android:5.10.1"
api "com.bugsnag:bugsnag-plugin-react-native:5.10.1"
implementation 'com.facebook.react:react-native:+'

testImplementation "junit:junit:4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/prepare-android-vendor.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version
5.10.0
5.10.1

0 comments on commit 46448d1

Please sign in to comment.