docs(telemetry): align README + installation guide + privacy policy with single-event scope

This commit is contained in:
YeonGyu-Kim
2026-05-02 00:32:08 +09:00
parent d8d061c2b0
commit 0d89294a91
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ bunx oh-my-opencode install
Follow the prompts to configure your Claude, ChatGPT, and Gemini subscriptions. After installation, authenticate your providers as instructed.
Anonymous telemetry is enabled by default to help improve install and runtime reliability. It uses PostHog with a hashed installation identifier and can be disabled with `OMO_SEND_ANONYMOUS_TELEMETRY=0` or `OMO_DISABLE_POSTHOG=1`. See [Privacy Policy](../legal/privacy-policy.md) and [Terms of Service](../legal/terms-of-service.md).
Anonymous telemetry is enabled by default to track active installations (DAU/WAU/MAU). A single event is sent at most once per UTC day per machine using a hashed installation identifier, and PostHog person profiles are not created. Disable with `OMO_SEND_ANONYMOUS_TELEMETRY=0` or `OMO_DISABLE_POSTHOG=1`. See [Privacy Policy](../legal/privacy-policy.md) and [Terms of Service](../legal/terms-of-service.md).
After you install it, you can read this [overview guide](./overview.md) to understand more.