From b2cca033af40dd979d14a74de092aba28651f015 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 9 Apr 2026 19:03:21 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.10.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 a1f1f39b13..f4f533c821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,9 @@ ### Dependencies -- Bump Cocoa SDK from v9.8.0 to v9.9.0 ([#5956](https://github.com/getsentry/sentry-react-native/pull/5956)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#990) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.8.0...9.9.0) +- Bump Cocoa SDK from v9.8.0 to v9.10.0 ([#5956](https://github.com/getsentry/sentry-react-native/pull/5956), [#5972](https://github.com/getsentry/sentry-react-native/pull/5972)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9100) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.8.0...9.10.0) ## 8.7.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 618f0787de..b21dc89553 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.9.0' + s.dependency 'Sentry', '9.10.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)