feat(CF-1356): Add Sentry error tracking

Add sentry.ts with initSentry + withSentryTransaction, wrap all
tool call handlers with transaction tracing and error capture.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-02-18 12:20:49 +02:00
parent ed2d16f845
commit 3f7528a317
4 changed files with 1066 additions and 63 deletions

View File

@@ -12,6 +12,7 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@sentry/node": "^10.39.0",
"dotenv": "^17.2.3"
},
"devDependencies": {