* feat: add Sentry error monitoring (#77) Installs and configures @sentry/react-router with server and client instrumentation. Disabled in development to avoid noise; only active in production. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: add VSCode Sentry MCP server config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: pass vite env to sentryReactRouter plugin sentryReactRouter requires the ConfigEnv as a second argument to read the vite `command` property. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
No EOL
129 B
JSON
8 lines
No EOL
129 B
JSON
{
|
|
"servers": {
|
|
"Sentry": {
|
|
"url": "https://mcp.sentry.dev/mcp/chris-parsons/brackt",
|
|
"type": "http"
|
|
}
|
|
}
|
|
} |