* 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
172 B
Text
8 lines
No EOL
172 B
Text
NODE_ENV="development"
|
|
DATABASE_URL=""
|
|
CLERK_SECRET_KEY=""
|
|
CLERK_PUBLISHABLE_KEY=""
|
|
CLERK_WEBHOOK_SECRET=""
|
|
CONTAINER_REGISTRY=""
|
|
DEV_ADMIN_CLERK_ID=""
|
|
SENTRY_AUTH_TOKEN="" |