From 962f0449508d434dc2ac28a88deb31de36d8faf3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 11 Jun 2026 11:28:49 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.17.0 --- CHANGELOG.md | 8 ++++++++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33bd22095..7a4e052eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v9.16.1 to v9.17.0 ([#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.16.1...9.17.0) + ## 8.14.0 ### Features 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