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>
This commit is contained in:
2
.env
2
.env
@@ -11,7 +11,7 @@
|
||||
# - PostgreSQL integration for database error tracking
|
||||
#
|
||||
# Created: 2026-01-29
|
||||
SENTRY_DSN=$(vault get sentry.dsn.mcp-servers)
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user