mirror of
https://github.com/getsentry/sentry-for-ai.git
synced 2026-09-14 14:28:22 +08:00
0694b6f873
Adds ?utm_source=plugin to the Sentry MCP server URL so traffic originating from the AI plugin can be attributed.
9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"mcpServers": {
|
|
"sentry": {
|
|
"type": "http",
|
|
"url": "https://mcp.sentry.dev/mcp?utm_source=plugin"
|
|
}
|
|
}
|
|
}
|