Three sections drifted from the actual behaviour of the deployed apps: Planner section: - Spells out no cookies / no localStorage / no sessionStorage (we removed i18n localStorage caching and alpha-banner sessionStorage). - Notes the browser-side Planner does not load Sentry at all. Sentry section: - Drops the "session replays on error" claim — replay integration is not installed and replaysSessionSampleRate / replaysOnErrorSampleRate are both 0. - Documents the actual scope: Journal server-side always; Journal client-side only after login; Planner server-side only. - Documents that IPs/cookies/headers are not sent (sendDefaultPii=false) and that only the user ID is attached to logged-in Journal errors. Third Parties section: - Adds Overpass API with an explicit note that queries are proxied through our own /api/overpass so the upstream host sees our server, not end users. Also bumps "Last updated" to today. 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 | ||