From a2922f9844da763c3add4852ce774923c977d500 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 3 Feb 2026 14:02:04 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.3.0 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8604c6fc9..161064dc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ - Bump Bundler Plugins from v4.8.0 to v4.9.0 ([#5608](https://github.com/getsentry/sentry-react-native/pull/5608)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#490) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.8.0...4.9.0) +- Bump Cocoa SDK from v8.58.0 to v9.3.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#930) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.58.0...9.3.0) ## 7.11.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 78fd549a00..2be8e5f421 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -46,7 +46,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.58.0' + s.dependency 'Sentry/HybridSDK', '9.3.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)