File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- App Start Native Frames can start with zeroed values ([ #3881 ] ( https://github.com/getsentry/sentry-react-native/pull/3881 ) )
8
8
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
+
9
15
## 5.24.0
10
16
11
17
### Features
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
33
33
s . preserve_paths = '*.js'
34
34
35
35
s . dependency 'React-Core'
36
- s . dependency 'Sentry/HybridSDK' , '8.28.0 '
36
+ s . dependency 'Sentry/HybridSDK' , '8.29.1 '
37
37
38
38
s . source_files = 'ios/**/*.{h,m,mm}'
39
39
s . public_header_files = 'ios/RNSentry.h'
You can’t perform that action at this time.
0 commit comments