From 3568e8fdf90a7ead89f09ead6206619cf0e47d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 25 Jun 2024 12:31:14 +0200 Subject: [PATCH] Sentry: Upload only the .debug files and not all .o files (#3987) This appears to help with the "error: Invalid checksum" error encountered since Sentry Native 0.7.0. It also reduces by quite a bit the amount of uploaded data. --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 92b85a9386..6da1ffb99a 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -120,7 +120,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} run: | curl -sL https://sentry.io/get-cli/ | bash - sentry-cli upload-dif --log-level=info --include-sources src . + sentry-cli debug-files upload --include-sources src AppDir - name: Build AppImage run: |