Skip to content

Commit 1d86dd6

Browse files
chore(deps): update Cocoa SDK to v8.14.2 (#3340)
Co-authored-by: GitHub <[email protected]>
1 parent f1d9b59 commit 1d86dd6

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
@@ -17,6 +17,9 @@
1717
- Bump JavaScript SDK from v7.73.0 to v7.75.1 ([#3344](https://github.com/getsentry/sentry-react-native/pull/3344))
1818
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7751)
1919
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.75.1)
20+
- Bump Cocoa SDK from v8.13.0 to v8.14.2 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340))
21+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142)
22+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.2)
2023

2124
## 5.11.1
2225

RNSentry.podspec

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

2626
s.dependency 'React-Core'
27-
s.dependency 'Sentry/HybridSDK', '8.13.0'
27+
s.dependency 'Sentry/HybridSDK', '8.14.2'
2828

2929
s.source_files = 'ios/**/*.{h,mm}'
3030
s.public_header_files = 'ios/RNSentry.h'

0 commit comments

Comments
 (0)