Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/reference/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ All telemetry events include basic system information:

## Disabling telemetry

To disable telemetry, set `MUX_DISABLE_TELEMETRY` before starting the app:
Toggle **Usage Telemetry** off in **Settings β†’ General**. The change applies immediately (no restart) and persists in `~/.mux/config.json` as `telemetryEnabled: false`.

Alternatively, set `MUX_DISABLE_TELEMETRY` to exactly `1` before starting the app (other values like `true` are ignored):

```bash
MUX_DISABLE_TELEMETRY=1 mux
```

This disables telemetry collection at the backend level.
The environment variable is a hard override: when set to `1`, telemetry stays off regardless of the Settings toggle, and the toggle renders disabled with a note saying so. Both switches disable collection at the backend level.

## Source code

Expand Down
Loading