trails/apps/journal/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 Fix SSR hydration mismatch for dates 2026-03-24 20:22:58 +00:00
lib Use explicit .ts extensions for Node-compatible imports 2026-03-25 01:34:16 +01:00
routes Fix CORS on Planner→Journal callback endpoint 2026-03-25 01:16:32 +00:00
entry.client.tsx Add Sentry error tracking to both apps 2026-03-25 02:35:16 +01:00
entry.server.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 Journal activity feed (Group 10) 2026-03-24 23:20:04 +01:00