Add Sentry MCP server config, ignore worktrees

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-25 08:41:04 +01:00 committed by GitHub
parent 71dec3f2f8
commit 66baca3635
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ e2e/results/
test-results/
playwright-report/
playwright-results.json
.claude/worktrees/

8
.mcp.json Normal file
View file

@ -0,0 +1,8 @@
{
"mcpServers": {
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
}
}