From 4ee6fb6cbca25261913ffdbf2eb017a41223b93b Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 5 Feb 2026 10:37:21 +0100 Subject: [PATCH 1/2] chore(deps): v8: update Cocoa SDK to v9.4.0 --- packages/core/RNSentry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 76e4140ce4..5966513a83 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.3.0' + s.dependency 'Sentry', '9.4.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture) From 39ed423c80641535c9acfb154feb14364024637a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 5 Feb 2026 10:38:07 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70da7fc1aa..5c1c5f9a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,9 +51,9 @@ ### Dependencies -- Bump Cocoa SDK from v9.1.0 to v9.3.0 ([#5515](https://github.com/getsentry/sentry-react-native/pull/5515)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#930) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.1.0...9.3.0) +- Bump Cocoa SDK from v9.1.0 to v9.4.0 ([#5515](https://github.com/getsentry/sentry-react-native/pull/5515), [#5619](https://github.com/getsentry/sentry-react-native/pull/5619)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#940) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.1.0...9.4.0) - Bump JavaScript SDK from v10.37.0 to v10.38.0 ([#5596](https://github.com/getsentry/sentry-react-native/pull/5596)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10380) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.37.0...10.38.0)