update bunfig telemetry docs (#25237)

### What does this PR do?

### How did you verify your code works?
This commit is contained in:
Dylan Conway
2025-11-29 22:12:18 -05:00
committed by GitHub
parent 0f7494569e
commit 72b9525507

View File

@@ -107,7 +107,9 @@ Bun supports the following loaders:
### `telemetry`
The `telemetry` field permit to enable/disable the analytics records. Bun records bundle timings (so we can answer with data, "is Bun getting faster?") and feature usage (e.g., "are people actually using macros?"). The request body size is about 60 bytes, so it's not a lot of data. By default the telemetry is enabled. Equivalent of `DO_NOT_TRACK` env variable.
The `telemetry` field is used to enable/disable analytics. By default, telemetry is enabled. This is equivalent to the `DO_NOT_TRACK` environment variable.
Currently we do not collect telemetry and this setting is only used for enabling/disabling anonymous crash reports, but in the future we plan to collect information like which Bun APIs are used most or how long `bun build` takes.
```toml title="bunfig.toml" icon="settings"
telemetry = false