diff options
Diffstat (limited to 'docs/runtime/env.md')
-rw-r--r-- | docs/runtime/env.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/env.md b/docs/runtime/env.md index 2e9205544..fe4cc357d 100644 --- a/docs/runtime/env.md +++ b/docs/runtime/env.md @@ -79,6 +79,6 @@ These environment variables are read by Bun and configure aspects of its behavio --- - `DO_NOT_TRACK` -- If `DO_NOT_TRACK=1`, then analytics are [disabled](https://do-not-track.dev/). 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. +- If `DO_NOT_TRACK=1`, then analytics are [disabled](https://do-not-track.dev/). 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. Equivalent of `telemetry=false` in bunfig. {% /table %} |