Skip to content

feat(secrets): per-app Sentry DSN injection (staging) - #4

Merged
Afgan0r merged 2 commits into
masterfrom
feat/per-app-sentry-dsn
Jun 15, 2026
Merged

feat(secrets): per-app Sentry DSN injection (staging)#4
Afgan0r merged 2 commits into
masterfrom
feat/per-app-sentry-dsn

Conversation

@Afgan0r

@Afgan0r Afgan0r commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Per-app GlitchTip projects (org-per-env). Staging renderer reads 3 per-app DSN secrets and injects each as SENTRY_DSN into the matching -runtime Secret; docs/error-sdk-handoff.md rewritten to per-app/2-env (6 projects). Secrets set (staging); stale single SENTRY_DSN removed. Production projects exist (5/6/7), wiring deferred. Renderer output validated per-app.

🤖 Generated with Claude Code

Afgan0r and others added 2 commits June 15, 2026 21:18
Each app now reports to its own GlitchTip project (org `staging`):
server-2 → project 2, replays-fetcher → 3, replay-parser-2 → 4. The renderer
reads three distinct env secrets (SENTRY_DSN_SERVER_2 / _REPLAYS_FETCHER /
_REPLAY_PARSER_2) and injects each as SENTRY_DSN into the matching <app>-runtime
Secret, replacing the single shared SENTRY_DSN. The stale single secret is removed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Each app reports to its own GlitchTip project. The staging renderer now reads
three per-app DSN secrets (SENTRY_DSN_SERVER_2 / _REPLAYS_FETCHER /
_REPLAY_PARSER_2) and injects each as SENTRY_DSN into the matching <app>-runtime
Secret, replacing the single shared SENTRY_DSN. Updates error-sdk-handoff.md to
the per-app, one-org-per-env model (6 projects: staging 2/3/4, production 5/6/7).

Production wiring deferred — no render-production-secrets.py / prod namespace yet;
the three production projects exist and reuse the same secret names.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Afgan0r
Afgan0r merged commit 9017530 into master Jun 15, 2026
3 checks passed
@Afgan0r
Afgan0r deleted the feat/per-app-sentry-dsn branch June 15, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant