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
- Add missing logs to dropped App Start spans ([ #3861 ] ( https://github.com/getsentry/sentry-react-native/pull/3861 ) )
8
8
9
+ ### Dependencies
10
+
11
+ - Bump Cocoa SDK from v8.27.0 to v8.28.0 ([ #3866 ] ( https://github.com/getsentry/sentry-react-native/pull/3866 ) )
12
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8280 )
13
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.27.0...8.28.0 )
14
+
9
15
## 5.23.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.27 .0'
36
+ s . dependency 'Sentry/HybridSDK' , '8.28 .0'
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