1. What we use
Docht uses one strictly-necessary cookie set: Supabase Auth's session cookies, which keep you signed in. Without them the app can't know who you are between page loads — there's no way to opt out of these and still use an account.
2. Analytics
We use Plausible for basic, cookie-free analytics (page views, referrers) — it doesn't use cookies or track you individually across sites, which is why Docht doesn't show a cookie consent banner.
3. No ad tracking
Docht doesn't run third-party advertising and doesn't use tracking or retargeting cookies.
4. Error monitoring
Docht uses Sentry to catch crashes and errors so we can fix them. Sentry doesn't use cookies for this, but it does receive technical data about your session when something breaks (see Privacy Policy for what that includes, sampling rates, and default text/media masking).
5. Local storage
A few product values — an anonymous view-dedupe key and a local cache of your replay-creator workspace settings or draft — are kept in your browser's local storage, not as cookies. The signed-in replay workspace is also stored in your Docht account; clearing browser data removes the local cache but not that server copy.