Files
session-mcp/.env
Christian Gick 02c009a551 feat(CF-1354): Add withSentryTransaction to tool handlers
Wrap CallToolRequest handler with withSentryTransaction for
per-tool tracing. Remove broken $(vault) DSN from .env.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 12:20:53 +02:00

39 lines
1.4 KiB
Bash

# ===========================================
# 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 provided via ~/.claude.json env (dotenv can't expand shell commands)
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
# AgilitonAPI Gateway (API-11: centralized API access)
AGILITON_API_KEY=gw_92399e154f02730ebadec65ddbde9426c9378ec77093d1c9
AGILITON_API_URL=https://api.agiliton.cloud
# Jira Cloud (fallback if gateway unavailable)
JIRA_URL=https://agiliton.atlassian.net
JIRA_USERNAME=christian.gick@agiliton.eu
JIRA_API_TOKEN=ATATT3xFfGF0tpaJTS4nJklW587McubEw-1SYbLWqfovkxI5320NdbFc-3fgHlw0HGTLOikgV082m9N-SIsYVZveGXa553_1LAyOevV6Qples93xF4hIExWGAvwvXPy_4pW2tH5FNusN5ieMca5_-YUP0i69SIN0RLIMQjfqDmQyhZXbkIvrm-I=A8A2A1FC