File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66
77- App Start Native Frames can start with zeroed values ([ #3881 ] ( https://github.com/getsentry/sentry-react-native/pull/3881 ) )
88
9+ ### Dependencies
10+
11+ - Bump Cocoa SDK from v8.28.0 to v8.29.1 ([ #3890 ] ( https://github.com/getsentry/sentry-react-native/pull/3890 ) )
12+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8291 )
13+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.28.0...8.29.1 )
14+
915## 5.24.0
1016
1117### Features
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333 s . preserve_paths = '*.js'
3434
3535 s . dependency 'React-Core'
36- s . dependency 'Sentry/HybridSDK' , '8.28.0 '
36+ s . dependency 'Sentry/HybridSDK' , '8.29.1 '
3737
3838 s . source_files = 'ios/**/*.{h,m,mm}'
3939 s . public_header_files = 'ios/RNSentry.h'
You can’t perform that action at this time.
0 commit comments