Skip to content

Commit 4b4b999

Browse files
chore(deps): update Cocoa SDK to v8.17.1 (#3412)
Co-authored-by: GitHub <noreply@github.com>
1 parent df12f45 commit 4b4b999

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Symbolicate message and non-Error stacktraces locally in debug mode ([#3420](https://github.com/getsentry/sentry-react-native/pull/3420))
1010
- Remove Sentry SDK frames from rejected promise SyntheticError stack ([#3423](https://github.com/getsentry/sentry-react-native/pull/3423))
1111

12+
### Dependencies
13+
14+
- Bump Cocoa SDK from v8.15.2 to v8.17.1 ([#3412](https://github.com/getsentry/sentry-react-native/pull/3412))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.1)
17+
1218
## 5.14.1
1319

1420
### Fixes

RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
s.preserve_paths = '*.js'
3333

3434
s.dependency 'React-Core'
35-
s.dependency 'Sentry/HybridSDK', '8.15.2'
35+
s.dependency 'Sentry/HybridSDK', '8.17.1'
3636

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

0 commit comments

Comments
 (0)