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