From f802d884f08b56ae268fb8088cd70ad31fd454eb Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 2 Jul 2026 07:09:45 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.19.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 37243643ca..8e3ff74b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ - Bump CLI from v3.5.1 to v3.6.0 ([#6362](https://github.com/getsentry/sentry-react-native/pull/6362)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#360) - [diff](https://github.com/getsentry/sentry-cli/compare/3.5.1...3.6.0) +- Bump Cocoa SDK from v9.19.0 to v9.19.1 ([#6389](https://github.com/getsentry/sentry-react-native/pull/6389)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9191) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.0...9.19.1) ## 8.16.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index ea38efc95b..84189b7df6 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -54,7 +54,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - sentry_cocoa_version = '9.19.0' + sentry_cocoa_version = '9.19.1' # Opt-in to consuming sentry-cocoa via Swift Package Manager. # When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the