trails/apps/planner
Ullrich Schäfer ef07915f38
Add Sentry error tracking to both apps
Planner (client + custom server) and Journal (client + entry.server):
- Client: @sentry/react with browser tracing + replay on error
- Server: @sentry/node for unhandled exceptions
- ErrorBoundary captures React errors via Sentry.captureException
- Disabled in dev, 10% trace sample rate in production

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 02:35:16 +01:00
..
app Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
Dockerfile Fix production deploy: TypeScript support + DB schema push 2026-03-25 01:26:16 +01:00
package.json Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
react-router.config.ts Complete monorepo toolchain setup (tasks 1.1-1.7) 2026-03-22 12:12:57 +01:00
server.ts Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
tsconfig.json Fix planner production server + use .ts extensions everywhere 2026-03-25 01:41:33 +01:00
vite.config.ts Fix planner production server + use .ts extensions everywhere 2026-03-25 01:41:33 +01:00