mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
update bunfig telemetry docs (#25237)
### What does this PR do? ### How did you verify your code works?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user