- 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>
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
# OpenBao Secret Mapping
|
|
# Format: kv:kv:path/to/secret:value=ENV_VAR_NAME
|
|
#
|
|
# 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
|