Voeg Sentry-foutregistratie toe als gekozen logging-bestemming
Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
@@ -93,6 +93,12 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
env:
|
||||
# Sentry DSN is niet gevoelig (veilig om in de client-bundle te zitten),
|
||||
# daarom een Gitea Actions "vars"-waarde i.p.v. een secret. Optioneel:
|
||||
# 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 }}
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user