chihlasm
e3a1e6fb75
feat: Sentry error monitoring for React frontend (#98)
* feat: add Sentry error monitoring, tracing, and session replay
- Install @sentry/react and @sentry/vite-plugin
- Create instrument.ts with error monitoring, browser tracing (20% prod),
and session replay (10% sessions, 100% on errors)
- Wire React 19 reactErrorHandler() on createRoot error hooks
- Wrap router with wrapCreateBrowserRouterV7 for route-aware transactions
- Configure sentryVitePlugin for source map uploads
- Add VITE_SENTRY_DSN to .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add Sentry error monitoring and tracing to FastAPI backend
- Install sentry-sdk[fastapi] with auto-enabled FastAPI + Anthropic
integrations
- Init before app = FastAPI() with env-aware sample rates
(100% dev, 20% prod)
- Filter /health endpoint from traces to reduce noise
- Add SENTRY_DSN to config settings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 19:29:58 -05:00
..
2026-01-22 14:38:53 -05:00
2026-03-07 15:51:37 -05:00
2026-02-23 00:03:54 -05:00
2026-02-26 17:25:34 -05:00
2026-03-07 15:51:37 -05:00
2026-03-04 20:44:25 -05:00
2026-02-27 00:15:01 -05:00
2026-03-07 15:51:37 -05:00
2026-02-05 23:28:41 -05:00
2026-03-07 19:29:58 -05:00
2026-01-22 14:38:53 -05:00
2026-03-05 22:43:02 -05:00
2026-02-24 07:40:44 -05:00
2026-01-27 20:39:09 -05:00
2026-01-27 20:39:09 -05:00
2026-02-07 02:38:47 -05:00
2026-02-05 22:44:05 -05:00
2026-02-23 00:03:54 -05:00
2026-03-04 20:44:25 -05:00
2026-02-25 23:52:48 -05:00
2026-02-23 00:03:54 -05:00
2026-02-08 06:05:59 -05:00
2026-02-25 23:17:29 -05:00
2026-02-07 02:38:47 -05:00
2026-02-07 02:38:47 -05:00
2026-02-23 00:03:54 -05:00