trails/apps/planner/app
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
..
components Add basic responsive layout for tablet and mobile 2026-03-25 02:11:22 +01:00
lib Fix Yjs WebSocket server to use sync protocol 2026-03-25 02:24:13 +01:00
routes Add withDb() helper for graceful DB error handling 2026-03-24 23:39:33 +01:00
entry.client.tsx Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
root.tsx Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
routes.ts Implement Planner-Journal handoff (Group 9) 2026-03-24 20:22:58 +00:00