From f031b99c74286717bbffa46f130934e561b2b7de Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 26 Sep 2026 03:07:38 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.29.2 --- CHANGELOG.md | 6 +++--- packages/core/RNSentry.podspec | 2 +- packages/core/scripts/sentry_utils.rb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1b55c2ff..774b6f78d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ - Bump Android SDK from v8.57.0 to v8.58.0 ([#6778](https://github.com/getsentry/sentry-react-native/pull/6778)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8580) - [diff](https://github.com/getsentry/sentry-java/compare/8.57.0...8.58.0) -- Bump Cocoa SDK from v9.29.0 to v9.29.1 ([#6785](https://github.com/getsentry/sentry-react-native/pull/6785)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9291) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.29.0...9.29.1) +- Bump Cocoa SDK from v9.29.0 to v9.29.2 ([#6785](https://github.com/getsentry/sentry-react-native/pull/6785), [#6787](https://github.com/getsentry/sentry-react-native/pull/6787)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9292) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.29.0...9.29.2) ## 8.28.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index d38dec3c2e..785c1c57ae 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -63,7 +63,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - sentry_cocoa_version = '9.29.1' + sentry_cocoa_version = '9.29.2' # Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default. # diff --git a/packages/core/scripts/sentry_utils.rb b/packages/core/scripts/sentry_utils.rb index e55fca480d..ce5797281b 100644 --- a/packages/core/scripts/sentry_utils.rb +++ b/packages/core/scripts/sentry_utils.rb @@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version) # `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same # `Sentry.framework` inside but under a mismatched enclosing name, so # CocoaPods generates `-framework Sentry-Dynamic` and fails at link. - '9.29.1' => { - 'Sentry' => '0e6ac8c8e0661e54ed9d30a84a45a730bf08e9499800afc63cb8be2a61e7adcf', + '9.29.2' => { + 'Sentry' => '8d54d420474afdf6bee4ca060b8edbbd8948798d635ce7a9b477d884094b16b0', }, }.freeze