Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bugsnag-android to v5.10.1 #1474

Merged
merged 2 commits into from
Jul 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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