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
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:
@@ -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=
|
||||
Reference in New Issue
Block a user