From 4b79ff868b2785dd35f84e046eb01c39e9fc4420 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 4 Jun 2026 04:30:30 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.16.1 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d512940d6..d058c3ed0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ - Bump CLI from v3.4.3 to v3.5.0 ([#6248](https://github.com/getsentry/sentry-react-native/pull/6248)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#350) - [diff](https://github.com/getsentry/sentry-cli/compare/3.4.3...3.5.0) +- Bump Cocoa SDK from v9.15.0 to v9.16.1 ([#6252](https://github.com/getsentry/sentry-react-native/pull/6252)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9161) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.15.0...9.16.1) ## 8.13.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index dc7690480b..514389d7df 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -50,7 +50,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - sentry_cocoa_version = '9.15.0' + sentry_cocoa_version = '9.16.1' # Opt-in to consuming sentry-cocoa via Swift Package Manager. # When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the