Skip to content

Commit

Permalink
Sentry: Upload only the .debug files and not all .o files (#3987)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bjorn authored Jun 25, 2024
1 parent f0d42b9 commit 3568e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3568e8f

Please sign in to comment.