File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments