File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66> make sure you follow our [ migration guide] ( https://docs.sentry.io/platforms/react-native/migration/ ) first.
77 <!-- prettier-ignore-end -->
88
9+ ## Unreleased
10+
11+ ### Dependencies
12+
13+ - Bump Cocoa SDK from v9.19.1 to v9.20.0 ([ #6409 ] ( https://github.com/getsentry/sentry-react-native/pull/6409 ) )
14+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9200 )
15+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.20.0 )
16+
917## 8.18.0-alpha.3
1018
1119### Changes
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Pod::Spec.new do |s|
7171 'DEFINES_MODULE' => 'YES'
7272 }
7373
74- sentry_cocoa_version = '9.19.1 '
74+ sentry_cocoa_version = '9.20.0 '
7575
7676 # Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
7777 #
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version)
6060 # `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same
6161 # `Sentry.framework` inside but under a mismatched enclosing name, so
6262 # CocoaPods generates `-framework Sentry-Dynamic` and fails at link.
63- '9.19.1 ' => {
64- 'Sentry' => 'd6d545af17e49851cda2747b0f45cde78ce08ea37709dde5a956c6b4671224e8 ' ,
63+ '9.20.0 ' => {
64+ 'Sentry' => '00b8bf34f1f4841e3583037664343519783562061629f7a968ad73e2f2ed7fb6 ' ,
6565 } ,
6666} . freeze
6767
You can’t perform that action at this time.
0 commit comments