From 5101b637e1df3ca27827766f0a8f00c4e122a0f0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 11 Jun 2026 09:04:03 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.17.0 --- CHANGELOG.md | 6 +++--- packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c1685922..bec3f719da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,9 +40,9 @@ - Bump Android SDK from v8.43.0 to v8.43.1 ([#6253](https://github.com/getsentry/sentry-react-native/pull/6253)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8431) - [diff](https://github.com/getsentry/sentry-java/compare/8.43.0...8.43.1) -- 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) +- Bump Cocoa SDK from v9.15.0 to v9.17.0 ([#6252](https://github.com/getsentry/sentry-react-native/pull/6252), [#6272](https://github.com/getsentry/sentry-react-native/pull/6272)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9170) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.15.0...9.17.0) ## 8.13.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 514389d7df..d5dedd3a33 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.16.1' + sentry_cocoa_version = '9.17.0' # Opt-in to consuming sentry-cocoa via Swift Package Manager. # When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the