Skip to content

Commit 0601fb8

Browse files
chore: update scripts/update-cocoa.sh to 8.28.0 (#3866)
Co-authored-by: GitHub <[email protected]>
1 parent 6a87ede commit 0601fb8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Add missing logs to dropped App Start spans ([#3861](https://github.com/getsentry/sentry-react-native/pull/3861))
88

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+
915
## 5.23.0
1016

1117
### Features

RNSentry.podspec

+1-1
Original file line numberDiff line numberDiff 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.27.0'
36+
s.dependency 'Sentry/HybridSDK', '8.28.0'
3737

3838
s.source_files = 'ios/**/*.{h,m,mm}'
3939
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)