Telemetry
Kodit includes a very limited amount initial telemetry to help guide product development. At the moment Kodit uses PostHog to capture anonymous usage metrics, although it will soon be migrated to RudderStack for improved flexibility.
What Kodit Captures
this list will expand over time as we improve coverage
You can see what metrics are sent by searching for use of the helper function in the Kodit codebase.
Kodit currently captures:
… and that’s it!
Disabling Telemetry
We hope that you will help us improve Kodit by leaving telemetry turned on, but if you’d like to turn it off, add the following environmental variable (or add it to your .env file):
DISABLE_TELEMETRY=true