From 9d84ebc4fe84c20d1b26d1afb0254707384790f1 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 16 May 2026 11:24:37 +0200 Subject: [PATCH] =?UTF-8?q?docs(deployment):=20add=20VITE=5FSENTRY=5FDSN?= =?UTF-8?q?=20to=20=C2=A73.3=20Gitea=20secrets=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docs/DEPLOYMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index c5a649ba..e959d504 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -252,6 +252,7 @@ git.raddatz.cloud A | `GRAFANA_ADMIN_PASSWORD` | both | Grafana `admin` login — generate a strong password | | `GLITCHTIP_SECRET_KEY` | both | Django secret key — `openssl rand -hex 32` | | `SENTRY_DSN` | both | GlitchTip project DSN — set after first-run (§4); leave empty to keep Sentry disabled | +| `VITE_SENTRY_DSN` | both | GlitchTip frontend project DSN — set after first-run (§4); leave empty to keep Sentry disabled | ### 3.4 First deploy