diff --git a/.buildkite/react-native-cli-pipeline.yml b/.buildkite/react-native-cli-pipeline.yml index 1ab5006226..201f6a32ef 100644 --- a/.buildkite/react-native-cli-pipeline.yml +++ b/.buildkite/react-native-cli-pipeline.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f317af35..9968b31b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/react-native/android/build.gradle b/packages/react-native/android/build.gradle index bfa48551a3..fd914f731e 100644 --- a/packages/react-native/android/build.gradle +++ b/packages/react-native/android/build.gradle @@ -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" diff --git a/packages/react-native/prepare-android-vendor.config b/packages/react-native/prepare-android-vendor.config index b903ebc50d..633a021d1c 100644 --- a/packages/react-native/prepare-android-vendor.config +++ b/packages/react-native/prepare-android-vendor.config @@ -1,2 +1,2 @@ version -5.10.0 +5.10.1