From 7ab7070714c508026e1cbcfd890f2076b7d91261 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 2 Apr 2025 10:59:31 +0200 Subject: [PATCH 1/7] updated sdk download --- .../Sentry.Bindings.Android.csproj | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index b9aec99266..5a38d9f3ad 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,8 +3,9 @@ net8.0-android34.0 $(NoWarn);BG8605;BG8606 - 7.20.1 + 8.6.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ + .NET Bindings for the Sentry Android SDK @@ -40,7 +41,7 @@ - + + + + + + + + + + + + + + + + + + + + + From 6838cec1573b01bccb0b06bd876d4f37172ae44c Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 2 Apr 2025 13:39:16 +0200 Subject: [PATCH 2/7] removed nonexisting type --- src/Sentry.Bindings.Android/Transforms/Metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Sentry.Bindings.Android/Transforms/Metadata.xml b/src/Sentry.Bindings.Android/Transforms/Metadata.xml index 916cfdf2b9..70d8ab0c3f 100644 --- a/src/Sentry.Bindings.Android/Transforms/Metadata.xml +++ b/src/Sentry.Bindings.Android/Transforms/Metadata.xml @@ -115,7 +115,6 @@ - From cefa5185a4e363c78d467461915d2073272f3791 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 2 Apr 2025 14:12:23 +0200 Subject: [PATCH 3/7] fix compareTo methods and remove problematic profiling classes --- .../Transforms/Metadata.xml | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/Sentry.Bindings.Android/Transforms/Metadata.xml b/src/Sentry.Bindings.Android/Transforms/Metadata.xml index 70d8ab0c3f..7c53037330 100644 --- a/src/Sentry.Bindings.Android/Transforms/Metadata.xml +++ b/src/Sentry.Bindings.Android/Transforms/Metadata.xml @@ -64,20 +64,46 @@ internal - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + From dbc8403d6a707a6be04dd5bf901d70b9fde73f25 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 2 Apr 2025 14:39:16 +0200 Subject: [PATCH 5/7] comments --- .../Sentry.Bindings.Android.csproj | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index 5a38d9f3ad..b438dfde48 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -5,6 +5,7 @@ $(NoWarn);BG8605;BG8606 8.6.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ + .NET Bindings for the Sentry Android SDK @@ -41,7 +42,7 @@ - + - + - - - - - + - - From 6b18009efed0c0794ab72c5cdae7da951ed8dd52 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 2 Apr 2025 16:55:15 +0200 Subject: [PATCH 6/7] Updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341932d861..8b77d8c813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Bump CLI from v2.42.2 to v2.43.0 ([#4036](https://github.com/getsentry/sentry-dotnet/pull/4036), [#4049](https://github.com/getsentry/sentry-dotnet/pull/4049), [#4060](https://github.com/getsentry/sentry-dotnet/pull/4060), [#4062](https://github.com/getsentry/sentry-dotnet/pull/4062)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430) - [diff](https://github.com/getsentry/sentry-cli/compare/2.42.2...2.43.0) +- Bump Java SDK from v7.20.1 to v8.6.0 ([#4075](https://github.com/getsentry/sentry-dotnet/pull/4075)) + - [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) ## 5.4.0 From cf34fe290dad5b4d9bd5f5da0616c86374510516 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Thu, 3 Apr 2025 18:34:48 +0200 Subject: [PATCH 7/7] updated expected number of found debug files --- integration-test/cli.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/cli.Tests.ps1 b/integration-test/cli.Tests.ps1 index 3910024cee..eeffa7a031 100644 --- a/integration-test/cli.Tests.ps1 +++ b/integration-test/cli.Tests.ps1 @@ -165,7 +165,7 @@ Describe 'MAUI' -ForEach @( 'maui-app.pdb' ) $result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files' - $result.ScriptOutput | Should -AnyElementMatch 'Found 17 debug information files \(1 with embedded sources\)' + $result.ScriptOutput | Should -AnyElementMatch 'Found 25 debug information files \(1 with embedded sources\)' } It "uploads symbols and sources for an iOS build" -Skip:(!$IsMacOS) {