From 53a33dfca5872f9a1c9446c96f8adad44c9388b5 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 18 Mar 2025 10:50:49 +0200 Subject: [PATCH 1/7] Bump Android SDK to v8.4.0 --- CHANGELOG.md | 6 +++--- packages/core/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2c373d86..e7412387af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,9 +38,9 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http ### Dependencies -- Bump Android SDK from v7.20.1 to v8.3.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#830) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.3.0) +- Bump Android SDK from v7.20.1 to v8.4.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#840) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.4.0) - Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 13d61a054b..ab3718f6ec 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.3.0' + api 'io.sentry:sentry-android:8.4.0' } From f6411df2e5fb4d6fae75f781c9f15cfb6d762fe7 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 18 Mar 2025 10:53:27 +0200 Subject: [PATCH 2/7] Updates changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7412387af..1b4d04b987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http ### Dependencies -- Bump Android SDK from v7.20.1 to v8.4.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490)) +- Bump Android SDK from v7.20.1 to v8.4.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#840) - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.4.0) - Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) From b09088f2071a2bdb5f4b6711fd6f0dce9a2a9880 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 19 Mar 2025 09:35:58 +0200 Subject: [PATCH 3/7] Bump from 8.4.0 to 8.5.0 --- CHANGELOG.md | 6 +++--- packages/core/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4d04b987..7e22914ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,9 +38,9 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http ### Dependencies -- Bump Android SDK from v7.20.1 to v8.4.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#840) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.4.0) +- Bump Android SDK from v7.20.1 to v8.5.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#850) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.5.0) - Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index ab3718f6ec..4ceaeef71a 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.4.0' + api 'io.sentry:sentry-android:8.5.0' } From 24255060c9b1aeddd05ac275932d7e775c3d4c7e Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 2 Apr 2025 17:52:10 +0300 Subject: [PATCH 4/7] Bump from 8.5.0 to 8.6.0 --- CHANGELOG.md | 6 +++--- packages/core/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e22914ff6..469382049d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,9 +38,9 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http ### Dependencies -- Bump Android SDK from v7.20.1 to v8.5.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#850) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.5.0) +- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0) - Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 4ceaeef71a..e7eee49a53 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.5.0' + api 'io.sentry:sentry-android:8.6.0' } From 51a9efd4b7a46874b3b00162493843599a6a31d7 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 16 Apr 2025 12:43:18 +0300 Subject: [PATCH 5/7] Bump Android SDK from 8.6 to 8.8 --- CHANGELOG.md | 4 ++-- packages/core/android/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7153d90d85..406d3defc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -227,8 +227,8 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.0) - Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0) + - [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 Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index e7eee49a53..bffa34b91c 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.6.0' + api 'io.sentry:sentry-android:8.8.0' } From c63a1ce662cc4518214b84f477ee667377bcd4f4 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 16 Apr 2025 12:48:01 +0300 Subject: [PATCH 6/7] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406d3defc8..2b9f5c87be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,7 +226,7 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http - Bump JavaScript SDK from v8.54.0 to v9.1.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.0) -- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) +- 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 Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) From d4ba0254530d346f1f9a240115878a41d434179e Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 16 Apr 2025 12:52:41 +0300 Subject: [PATCH 7/7] Moves version bump in the unreleased section --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9f5c87be..5e44526919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi ### Dependencies +- 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 Bundler Plugins from v3.2.2 to v3.2.4 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#324) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.2.4) @@ -226,9 +229,6 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http - Bump JavaScript SDK from v8.54.0 to v9.1.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.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 Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)