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- Native Wrapper method ` setExtra ` ensures only stringified values are passed ([ #4168 ] ( https://github.com/getsentry/sentry-react-native/pull/4168 ) )
1010- ` setContext('key', null) ` removes the key value also from platform context ([ #4168 ] ( https://github.com/getsentry/sentry-react-native/pull/4168 ) )
1111
12+ ### Dependencies
13+
14+ - Bump Cocoa SDK from v8.37.0 to v8.38.0 ([ #4180 ] ( https://github.com/getsentry/sentry-react-native/pull/4180 ) )
15+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8380 )
16+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.37.0...8.38.0 )
17+
1218## 5.34.0
1319
1420### Fixes
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737
3838 s . compiler_flags = other_cflags
3939
40- s . dependency 'Sentry/HybridSDK' , '8.37 .0'
40+ s . dependency 'Sentry/HybridSDK' , '8.38 .0'
4141
4242 if defined? install_modules_dependencies
4343 # Default React Native dependencies for 0.71 and above (new and legacy architecture)
You can’t perform that action at this time.
0 commit comments