From d06bbc0ec0438acdc70f3e26bcde96ae2c871560 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 18 Jun 2026 08:10:37 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.18.0 --- CHANGELOG.md | 6 ++++++ RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61307f2db..07592b301e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Remove `tunnel` from SDK Options ([#3787](https://github.com/getsentry/sentry-react-native/pull/3787)) +### Dependencies + +- Bump Cocoa SDK from v8.24.0 to v9.18.0 ([#1](https://github.com/AliReza99/sentry-react-native/pull/1)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9180) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.24.0...9.18.0) + ## 5.22.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index d8413326b2..e10cfe8101 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.24.0' + s.dependency 'Sentry/HybridSDK', '9.18.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'