From 863e7ed490b5e2bb48c8c5269899a1fb72601a3d Mon Sep 17 00:00:00 2001 From: lucas Date: Wed, 6 Aug 2025 15:09:47 +0100 Subject: [PATCH 1/2] bump cocoa --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6463aa3a80..2f7363d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ ### Dependencies +- Bump Cocoa SDK from v8.53.2 to v8.54.0 ([#5036](https://github.com/getsentry/sentry-react-native/pull/5036)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8540) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.54.0) - Bump Android SDK from v8.17.0 to v8.18.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8180) - [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.18.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 3413279979..621420f62f 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -44,7 +44,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.53.2' + s.dependency 'Sentry/HybridSDK', '8.40.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture) From f6327386fc066cbef08f4eb519d6f5fe1dc2e771 Mon Sep 17 00:00:00 2001 From: lucas Date: Wed, 6 Aug 2025 15:11:26 +0100 Subject: [PATCH 2/2] PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7363d137..e8210fd7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ ### Dependencies -- Bump Cocoa SDK from v8.53.2 to v8.54.0 ([#5036](https://github.com/getsentry/sentry-react-native/pull/5036)) +- Bump Cocoa SDK from v8.53.2 to v8.54.0 ([#5047](https://github.com/getsentry/sentry-react-native/pull/5047)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8540) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.54.0) - Bump Android SDK from v8.17.0 to v8.18.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034))