From a34daef83ee72e4dd8f90767976c103d13dd63b7 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 23 Apr 2025 18:37:58 +0300 Subject: [PATCH 1/3] Bump Android to 8.9.0 --- packages/core/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index bffa34b91c..5631c86165 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.8.0' + api 'io.sentry:sentry-android:8.9.0' } From 24a6f1c8133b61dba4e4883636e8afba20faf841 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 23 Apr 2025 18:40:14 +0300 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f29236e07..e5c5e916f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,9 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi - Bump JavaScript SDK from v8.54.0 to v9.12.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568), [#4752](https://github.com/getsentry/sentry-react-native/pull/4752)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.12.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.12.0) -- Bump Android SDK from v7.20.1 to v8.8.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663), [#4755](https://github.com/getsentry/sentry-react-native/pull/4755)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#880) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.8.0) +- Bump Android SDK from v7.20.1 to v8.9.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663), [#4755](https://github.com/getsentry/sentry-react-native/pull/4755), [#4775](https://github.com/getsentry/sentry-react-native/pull/4775)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#890) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.9.0) - Bump Bundler Plugins from v3.2.2 to v3.3.1 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720), [#4721](https://github.com/getsentry/sentry-react-native/pull/4721)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#331) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.3.1) From c69debe6c3a42e44de5b55dfb78a80d58a302864 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 24 Apr 2025 09:20:33 +0300 Subject: [PATCH 3/3] Keep only the PR that introduced changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c5e916f5..7a69bd548a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi - Bump JavaScript SDK from v8.54.0 to v9.12.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568), [#4752](https://github.com/getsentry/sentry-react-native/pull/4752)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.12.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.12.0) -- Bump Android SDK from v7.20.1 to v8.9.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663), [#4755](https://github.com/getsentry/sentry-react-native/pull/4755), [#4775](https://github.com/getsentry/sentry-react-native/pull/4775)) +- Bump Android SDK from v7.20.1 to v8.9.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#890) - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.9.0) - Bump Bundler Plugins from v3.2.2 to v3.3.1 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720), [#4721](https://github.com/getsentry/sentry-react-native/pull/4721))