* 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>
18 lines
212 B
Text
18 lines
212 B
Text
.DS_Store
|
|
.env
|
|
/node_modules/
|
|
*.tsbuildinfo
|
|
|
|
# React Router
|
|
/.react-router/
|
|
/build/
|
|
|
|
# Compiled server output
|
|
/dist/
|
|
|
|
# Cypress
|
|
/cypress/videos
|
|
/cypress/screenshots
|
|
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|