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.
+3 -4
View File
@@ -28,7 +28,7 @@ The Application stores local configuration and telemetry deduplication state on
## 2. How Telemetry Works
The Application uses PostHog for anonymous product analytics. Telemetry is enabled by default, following the same opt-out posture used in cmux, and is intended to help us understand installation success, runtime reliability, and broad usage patterns.
The Application uses PostHog for anonymous product analytics. Telemetry is enabled by default, following the same opt-out posture used in cmux, and is intended only to estimate active installations (daily, weekly, and monthly) so we can understand broad adoption.
Telemetry can be disabled at any time by setting one of these environment variables before running the CLI or plugin host:
@@ -54,9 +54,8 @@ Each third-party service has its own terms and privacy practices.
We use collected information to:
- Measure installation and runtime health
- Understand aggregate feature usage
- Diagnose failures and improve reliability
- Estimate daily, weekly, and monthly active installations
- Understand aggregate adoption across operating systems and package versions
- Maintain and evolve the Service
We do not sell personal information collected through this telemetry path.