From f3b7799e66c886f14595645385530c24c62aa9b4 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 13 Jan 2026 09:42:38 +0100 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.58.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 2afbc7ce89..46f8b794e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump JavaScript SDK from v10.30.0 to v10.32.1 ([#5480](https://github.com/getsentry/sentry-react-native/pull/5480), [#5487](https://github.com/getsentry/sentry-react-native/pull/5487), [#5496](https://github.com/getsentry/sentry-react-native/pull/5496)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10321) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.30.0...10.32.1) +- Bump Cocoa SDK from v8.57.3 to v8.58.0 ([#5524](https://github.com/getsentry/sentry-react-native/pull/5524)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8580) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.0) ## 7.8.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 73fc82f87f..78fd549a00 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.57.3' + s.dependency 'Sentry/HybridSDK', '8.58.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)