From 3a51cf6467a1d9351f396ebc60fc53137bda0534 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 7 Dec 2024 03:29:21 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.41.0 --- RNSentry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSentry.podspec b/RNSentry.podspec index 7a5e8e2b94..11ca675e5f 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry', '7.23.0' + s.dependency 'Sentry', '8.41.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'