- sentry.client.ts: add stopSentryClient() that awaits Sentry.close() so the SDK tears down when a user logs out. Hub methods become no-ops until initSentryClient() is called again on next login. - root.tsx: call stopSentryClient() from the user-effect when user === null. - Add sentry-config to journal + planner Dockerfiles (was missing after #237 introduced the new workspace package, breaking the Dockerfile package check). - Footer: replace inner <nav> with <div> — nested nav landmarks broke the journal "nav bar shows on all pages" e2e test (two navigation roles on the page). - e2e auth: tick the required ToS checkbox in the shared registerUser helper so passkey registration tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| Dockerfile | ||
| package.json | ||
| react-router.config.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||