From 5685986ad4d4dece30a75bcfd8ecf7ddb59b068e Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 13 Feb 2026 03:48:00 +0000 Subject: [PATCH 1/3] chore: update scripts/update-cli.ps1 to 3.2.0 --- Directory.Build.props | 2 +- src/Sentry/Sentry.csproj | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5fb86b1539..3408d8c274 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -100,7 +100,7 @@ - 2.58.2 + 3.2.0 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index a2b75db0ae..45af316844 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -107,13 +107,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + + From f408285eb3ea664f7052bc6517a56ea469e2206a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 13 Feb 2026 09:42:53 +0100 Subject: [PATCH 2/3] SentryApiKey was removed --- src/Sentry/buildTransitive/Sentry.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Sentry/buildTransitive/Sentry.targets b/src/Sentry/buildTransitive/Sentry.targets index 86910e9cc7..168036eec3 100644 --- a/src/Sentry/buildTransitive/Sentry.targets +++ b/src/Sentry/buildTransitive/Sentry.targets @@ -110,7 +110,6 @@ The defaults can be set either via config file, or environment variables, per: https://docs.sentry.io/product/cli/configuration/ --> - $(SentryCLIBaseOptions) --api-key $(SentryApiKey) $(SentryCLIBaseOptions) --auth-token $(SentryAuthToken) $(SentryCLIBaseOptions) --url $(SentryUrl) "$(SentryCLI)" From e505c85f58b3324d515d18bc0e3876fdbaafa39f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 9 Jan 2026 14:07:26 +0100 Subject: [PATCH 3/3] Adapt to chunked ProGuard upload changes See: - https://github.com/getsentry/sentry-cli/pull/2918 - https://github.com/getsentry/github-workflows/pull/140 --- integration-test/cli.Tests.ps1 | 2 +- integration-test/common.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-test/cli.Tests.ps1 b/integration-test/cli.Tests.ps1 index 927d771293..d44e2ed8f8 100644 --- a/integration-test/cli.Tests.ps1 +++ b/integration-test/cli.Tests.ps1 @@ -149,13 +149,13 @@ Describe 'MAUI ()' -ForEach @( $result = RunDotnetWithSentryCLI 'build' 'maui-app' $True $True "$framework-android$androidTpv" Write-Host "UploadedDebugFiles: $($result.UploadedDebugFiles() | Out-String)" $result.UploadedDebugFiles() | Sort-Object -Unique | Should -Be @( + '/proguard/a5fb4278-bcb5-4464-8585-d811dc3c3959.txt', 'libsentry-android.so', 'libsentry.so', 'libsentrysupplemental.so', 'libxamarin-app.so', 'maui-app.pdb' ) - $result.ScriptOutput | Should -AnyElementMatch 'Uploaded a total of 1 new mapping files' $result.ScriptOutput | Should -AnyElementMatch "Found 23 debug information files \(1 with embedded sources\)" } diff --git a/integration-test/common.ps1 b/integration-test/common.ps1 index 36e1b9981c..d09721ce15 100644 --- a/integration-test/common.ps1 +++ b/integration-test/common.ps1 @@ -134,6 +134,7 @@ BeforeAll { /p:SentryProject=project ` /p:SentryUrl=$url ` /p:SentryAuthToken=dummy ` + /p:SentryProGuardUUID=a5fb4278-bcb5-4464-8585-d811dc3c3959 ` | ForEach-Object { if ($_ -match "^Time Elapsed ") {