From 1ef140314fff82f92c33e35d93488c95f1c42053 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 12 Feb 2026 09:38:04 +0100 Subject: [PATCH 1/2] chore(deps): v8: update Cocoa SDK to v9.4.1 Updates Sentry Cocoa SDK from 9.4.0 to 9.4.1. Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df711ee314..6d0a95a39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ - Bump CLI from v3.1.0 to v3.2.0 ([#5528](https://github.com/getsentry/sentry-react-native/pull/5528)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#320) - [diff](https://github.com/getsentry/sentry-cli/compare/3.1.0...3.2.0) +- Bump Cocoa SDK from v9.4.0 to v9.4.1 ([#5656](https://github.com/getsentry/sentry-react-native/pull/5656)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#941) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.0...9.4.1) - Bump Cocoa SDK from v9.3.0 to v9.4.0 ([#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.3.0...9.4.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 5966513a83..d8b8e414f0 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.4.0' + s.dependency 'Sentry', '9.4.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture) From be246b581cf8ff1837081ae63c60c5e5211ee99a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 12 Feb 2026 09:42:06 +0100 Subject: [PATCH 2/2] Merge changelog entries --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0a95a39b..65db0ca114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,12 +29,9 @@ - Bump CLI from v3.1.0 to v3.2.0 ([#5528](https://github.com/getsentry/sentry-react-native/pull/5528)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#320) - [diff](https://github.com/getsentry/sentry-cli/compare/3.1.0...3.2.0) -- Bump Cocoa SDK from v9.4.0 to v9.4.1 ([#5656](https://github.com/getsentry/sentry-react-native/pull/5656)) +- Bump Cocoa SDK from v9.3.0 to v9.4.1 ([#5619](https://github.com/getsentry/sentry-react-native/pull/5619), [#5656](https://github.com/getsentry/sentry-react-native/pull/5656)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#941) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.0...9.4.1) -- Bump Cocoa SDK from v9.3.0 to v9.4.0 ([#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.3.0...9.4.0) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.3.0...9.4.1) - Bump Bundler Plugins from v4.9.0 to v4.9.1 ([#5649](https://github.com/getsentry/sentry-react-native/pull/5649)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#491) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.9.0...4.9.1)