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 12
12
13
13
- crashedLastRun now returns the correct value ([ #4829 ] ( https://github.com/getsentry/sentry-react-native/pull/4829 ) )
14
14
15
+ ### Dependencies
16
+
17
+ - Bump Cocoa SDK from v8.50.2 to v8.51.0 ([ #4839 ] ( https://github.com/getsentry/sentry-react-native/pull/4839 ) )
18
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8510 )
19
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.51.0 )
20
+
15
21
## 6.14.0
16
22
17
23
### 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.50.2 '
40
+ s . dependency 'Sentry/HybridSDK' , '8.51.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