feat(CF-536): Integrate comprehensive Sentry into task-mcp

- Create sentry.ts with MCP-aware initialization and PII scrubbing
- Replace basic inline Sentry initialization with initSentry()
- Update .env.vault-mapping for sentry.backend-node.dsn secret
- Includes PostgreSQL integration and transaction tracing

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-01-29 05:50:46 +02:00
parent cc2c98c4bf
commit 840767cea3
3 changed files with 122 additions and 10 deletions

View File

@@ -3,6 +3,10 @@
#
# Generated for task-mcp OpenBao integration
# Date: 2026-01-24
# Updated: 2026-01-29 for Sentry integration (CF-536)
# Sentry error tracking DSN
kv:kv:secret/sentry/backend-node:dsn=SENTRY_DSN
# LLM API Key (for embeddings)
kv:kv:litellm/master_key:value=LLM_API_KEY