feat(telemetry): enable posthog geoip enrichment

This commit is contained in:
Andrey Avtomonov 2026-05-22 17:13:19 +02:00
parent 945ab263ac
commit 6ead25aa85
3 changed files with 3 additions and 6 deletions

View file

@ -25,7 +25,8 @@ Use any of these mechanisms to disable telemetry:
High-level signals only: which commands run, how long they take, whether they
succeed or fail, and basic environment metadata (CLI version, Node version, OS
platform). For project-level analysis, **ktx** sends a salted hash of the
project directory — never the raw path.
project directory — never the raw path. PostHog also derives an approximate
location (country and region) from the IP address used to send events.
## What we never collect