From c180f876b80454ed3194a436b63885e24d658473 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 9 Aug 2024 01:50:03 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.33.0 --- CHANGELOG.md | 6 ++++++ RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e21f21371..c5be131af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - `Sentry.captureMessage` stack trace is in `event.exception` (moved from `event.threads`) ([#3635](https://github.com/getsentry/sentry-react-native/pull/3635), [#3988](https://github.com/getsentry/sentry-react-native/pull/3988)) - To revert to the old behavior (causing the stack to be unsymbolicated) use `useThreadsForMessageStack` option +### Dependencies + +- Bump Cocoa SDK from v8.32.0 to v8.33.0 ([#4007](https://github.com/getsentry/sentry-react-native/pull/4007)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8330) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.32.0...8.33.0) + ## 5.27.0 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index 823b29d5d8..c3df41f5f1 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.32.0' + s.dependency 'Sentry/HybridSDK', '8.33.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'