Add local dev Sentry DSN support and fix environment tag for test vs. production
Continuous Integration / config (pull_request) Successful in 9s
Continuous Integration / prepare (pull_request) Successful in 1m13s
Continuous Integration / build (pull_request) Successful in 1m57s
Continuous Integration / test (pull_request) Successful in 1m47s
Continuous Integration / deploy-test (pull_request) Skipped

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-07-25 14:55:06 +02:00
co-authored by Junie
parent 1207bc1453
commit b7617d968d
4 changed files with 40 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# Voorbeeldbestand voor lokale environment-variabelen (Vite).
# Kopieer dit naar `.env.local` (die is al gitignored via de "*.local" regel)
# en vul je eigen waarden in. `.env.local` overschrijft niets in Gitea CI/CD —
# die gebruikt zijn eigen repository variables/secrets (zie continuous_integration.yaml).
# Sentry DSN (Data Source Name) voor client-side error/performance-monitoring.
# Geen secret — een DSN is veilig om client-side te tonen. Maak een (gratis)
# Sentry-project aan op https://sentry.io en plak hier de DSN van dat project.
# Laat leeg/weg om Sentry lokaal uit te schakelen (alleen console-logging blijft actief).
VITE_SENTRY_DSN=