chore: Use per-product Sentry DSN (CF-835)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
34
.env
Normal file
34
.env
Normal file
@@ -0,0 +1,34 @@
|
||||
# ===========================================
|
||||
# SENTRY ERROR TRACKING (CF-536)
|
||||
# ===========================================
|
||||
# Get DSN from vault: vault get sentry.dsn.mcp-servers
|
||||
# Phase 2: Node.js MCP Servers Integration
|
||||
#
|
||||
# Features:
|
||||
# - Automatic error capture with PII scrubbing
|
||||
# - Performance tracing and profiling
|
||||
# - MCP protocol-aware filtering
|
||||
# - PostgreSQL integration for database error tracking
|
||||
#
|
||||
# Created: 2026-01-29
|
||||
SENTRY_DSN=$(vault get sentry.dsn.mcp-servers)
|
||||
SENTRY_ENVIRONMENT=production
|
||||
SENTRY_TRACE_SAMPLE_RATE=0.1
|
||||
SENTRY_PROFILE_SAMPLE_RATE=0.01
|
||||
APP_VERSION=1.0.0
|
||||
|
||||
# ===========================================
|
||||
# Task MCP Environment Variables
|
||||
# ===========================================
|
||||
# PostgreSQL connection via pgbouncer
|
||||
POSTGRES_HOST=postgres.agiliton.internal
|
||||
POSTGRES_PORT=6432
|
||||
|
||||
# Embedding service configuration
|
||||
LLM_API_URL=https://api.agiliton.cloud/llm
|
||||
LLM_API_KEY=sk-c02d41a118ce8330c428100afaa816c8
|
||||
|
||||
# Jira Cloud (CF-762 migration)
|
||||
JIRA_URL=https://agiliton.atlassian.net
|
||||
JIRA_USERNAME=christian.gick@agiliton.eu
|
||||
JIRA_API_TOKEN=ATATT3xFfGF0tpaJTS4nJklW587McubEw-1SYbLWqfovkxI5320NdbFc-3fgHlw0HGTLOikgV082m9N-SIsYVZveGXa553_1LAyOevV6Qples93xF4hIExWGAvwvXPy_4pW2tH5FNusN5ieMca5_-YUP0i69SIN0RLIMQjfqDmQyhZXbkIvrm-I=A8A2A1FC
|
||||
Reference in New Issue
Block a user