Add temporary Sentry test button (dev/test only)

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-07-25 13:46:43 +02:00
co-authored by Junie
parent 524b5a6dc7
commit c90300b9a4
8 changed files with 107 additions and 0 deletions
@@ -99,6 +99,11 @@ jobs:
# als deze niet is ingesteld, wordt Sentry-logging simpelweg overgeslagen
# (zie src/main.tsx) en blijft alleen console-logging actief.
VITE_SENTRY_DSN: ${{ vars.VITE_SENTRY_DSN }}
# Build-time tag die bepaalt of dev/test-only UI (zoals de tijdelijke
# SentryTestButton) zichtbaar is; zie src/components/SentryTestButton.tsx.
# Zolang er nog geen aparte productie-build/deploy bestaat, is dit altijd
# gelijk aan DEPLOY_ENVIRONMENT ('test').
VITE_APP_ENV: ${{ env.DEPLOY_ENVIRONMENT }}
- name: Upload build artifact
uses: actions/upload-artifact@v3