From 9ec2ed9003e55ceeef19ae4623dff0da8bacfe84 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 13 Aug 2024 12:02:09 +0000 Subject: [PATCH 1/2] chore: update scripts/update-android.sh to 7.14.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8906d7fce..86d56e513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ - Bump JavaScript SDK from v7.117.0 to v7.118.0 ([#4018](https://github.com/getsentry/sentry-react-native/pull/4018)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/v7/CHANGELOG.md#71180) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.117.0...7.118.0) +- Bump Android SDK from v7.13.0 to v7.14.0 ([#4022](https://github.com/getsentry/sentry-react-native/pull/4022)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140) + - [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0) ## 5.28.0 diff --git a/android/build.gradle b/android/build.gradle index 71cec4377..2d8e8f324 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.13.0' + api 'io.sentry:sentry-android:7.14.0' } From 1f83672c72be6fe1752cac109a2c13782035b549 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:02:42 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d56e513..1b1f1cf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Fixes possible missing TTID measurements and spans - Fix crash when passing array as data to `Sentry.addBreadcrumb({ data: [] })` ([#4021](https://github.com/getsentry/sentry-react-native/pull/4021)) - The expected `data` type is plain JS object, otherwise the data might be lost. -- Fix requireNativeComponent missing in react-native-web #3823 ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) +- Fix `requireNativeComponent` missing in `react-native-web` ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) ### Dependencies