Re-enable Sentry for release builds

This commit is contained in:
Luke Street
2026-05-10 12:10:32 -06:00
parent c948bffd32
commit a0ecdb1735
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
jobs:
build-linux: