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 9
9
- Native Wrapper method ` setExtra ` ensures only stringified values are passed ([ #4168 ] ( https://github.com/getsentry/sentry-react-native/pull/4168 ) )
10
10
- ` setContext('key', null) ` removes the key value also from platform context ([ #4168 ] ( https://github.com/getsentry/sentry-react-native/pull/4168 ) )
11
11
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
+
12
18
## 5.34.0
13
19
14
20
### Fixes
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
37
37
38
38
s . compiler_flags = other_cflags
39
39
40
- s . dependency 'Sentry/HybridSDK' , '8.37 .0'
40
+ s . dependency 'Sentry/HybridSDK' , '8.38 .0'
41
41
42
42
if defined? install_modules_dependencies
43
43
# 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