From 90fefa61801bd4516982b183b6f791a134863182 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 12 Jun 2026 07:16:27 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.17.1 --- CHANGELOG.md | 6 +++--- packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13e3d309d..ca24f8ee4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,9 @@ ### Dependencies -- Bump Cocoa SDK from v9.7.0 to v9.8.0 ([#5847](https://github.com/getsentry/sentry-react-native/pull/5847)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#980) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.7.0...9.8.0) +- Bump Cocoa SDK from v9.7.0 to v9.17.1 ([#5847](https://github.com/getsentry/sentry-react-native/pull/5847), [#6](https://github.com/huextrat/sentry-react-native/pull/6)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9171) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.7.0...9.17.1) - Bump JavaScript SDK from v10.44.0 to v10.45.0 ([#5848](https://github.com/getsentry/sentry-react-native/pull/5848)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10450) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.44.0...10.45.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index a6c822d0f5..8eeb851eb7 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.8.0' + s.dependency 'Sentry', '9.17.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)