Skip to content

Commit 458e78a

Browse files
chore(deps): update Cocoa SDK to v8.4.0 (#2954)
Co-authored-by: GitHub <[email protected]>
1 parent ea9ae2d commit 458e78a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- Bump Android SDK from v6.16.0 to v6.17.0 ([#2948](https://github.com/getsentry/sentry-react-native/pull/2948))
1717
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6170)
1818
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0)
19+
- Bump Cocoa SDK from v8.3.3 to v8.4.0 ([#2954](https://github.com/getsentry/sentry-react-native/pull/2954))
20+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#840)
21+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.3...8.4.0)
1922

2023
## 5.3.0
2124

RNSentry.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.preserve_paths = '*.js'
2020

2121
s.dependency 'React-Core'
22-
s.dependency 'Sentry/HybridSDK', '8.3.3'
22+
s.dependency 'Sentry/HybridSDK', '8.4.0'
2323

2424
s.source_files = 'ios/**/*.{h,mm}'
2525
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)