From ece024514656138213d9c7bed1f3d7c239e4f3d5 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 9 Feb 2026 15:53:00 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.4.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 3006fa7452..5b439b4b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ - Bump Android SDK Stubs from v8.31.0 to v8.32.0 ([#5634](https://github.com/getsentry/sentry-react-native/pull/5634)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320) - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0) +- Bump Cocoa SDK from v8.58.0 to v9.4.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#940) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.58.0...9.4.0) ## 7.12.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 78fd549a00..16d5159c0a 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.4.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)