Add temporary Sentry test button (dev/test only)
Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user