From 5113557d213de4c4e5837d8810d31e28b8a7136c Mon Sep 17 00:00:00 2001 From: Alex Sohn Date: Thu, 18 Sep 2025 10:42:37 -0400 Subject: [PATCH 1/3] Add proguard endpoint in sentry-server test --- sentry-cli/integration-test/tests/action.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/sentry-cli/integration-test/tests/action.Tests.ps1 b/sentry-cli/integration-test/tests/action.Tests.ps1 index 332c0da3..0c674bf5 100644 --- a/sentry-cli/integration-test/tests/action.Tests.ps1 +++ b/sentry-cli/integration-test/tests/action.Tests.ps1 @@ -47,6 +47,7 @@ Describe 'Invoke-SentryServer' { $result = Invoke-SentryServer { Param([string]$url) Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/dsyms/associate/" -Method Post + Invoke-WebRequest -Uri "$url/api/0/projects/org/project/files/proguard-artifact-releases" -Method Post } Should -ActualValue $result.HasErrors() -BeFalse } From bc4adec1a66f73c19bbfb8b6db7d5ab37fa890fb Mon Sep 17 00:00:00 2001 From: Alex Sohn Date: Thu, 18 Sep 2025 10:44:52 -0400 Subject: [PATCH 2/3] update changelog.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad3522a..fd3cce39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features - Add Proguard artifact endpoint for Android builds in sentry-server ([#100](https://github.com/getsentry/github-workflows/pull/100)) +- Add proguard endpoint in sentry-server test ([#102](https://github.com/getsentry/github-workflows/pull/102)) ### Security From cc1558e71d705d5af7b986affe85f8584ef6a99a Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:25:36 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3cce39..3ad3522a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Features - Add Proguard artifact endpoint for Android builds in sentry-server ([#100](https://github.com/getsentry/github-workflows/pull/100)) -- Add proguard endpoint in sentry-server test ([#102](https://github.com/getsentry/github-workflows/pull/102)) ### Security