Skip to content

Commit 9e03ce1

Browse files
chore: update scripts/update-cocoa.sh to 8.49.1 (#4771)
Co-authored-by: GitHub <noreply@github.com>
1 parent 4f1bf88 commit 9e03ce1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
- Export `extraErrorDataIntegration` from `@sentry/core` ([#4762](https://github.com/getsentry/sentry-react-native/pull/4762))
1414

15+
### Dependencies
16+
17+
- Bump Cocoa SDK from v8.49.0 to v8.49.1 ([#4771](https://github.com/getsentry/sentry-react-native/pull/4771))
18+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8491)
19+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.0...8.49.1)
20+
1521
## 6.11.0
1622

1723
### Features

packages/core/RNSentry.podspec

+1-1
Original file line numberDiff line numberDiff 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.49.0'
40+
s.dependency 'Sentry/HybridSDK', '8.49.1'
4141

4242
if defined? install_modules_dependencies
4343
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

0 commit comments

Comments
 (0)