bun-types 1.3.4-canary.20251129T140558 → 1.3.4-canary.20251201T140810
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/runtime/bunfig.mdx +3 -1
- package/package.json +1 -1
package/docs/runtime/bunfig.mdx
CHANGED
|
@@ -107,7 +107,9 @@ Bun supports the following loaders:
|
|
|
107
107
|
|
|
108
108
|
### `telemetry`
|
|
109
109
|
|
|
110
|
-
The `telemetry` field
|
|
110
|
+
The `telemetry` field is used to enable/disable analytics. By default, telemetry is enabled. This is equivalent to the `DO_NOT_TRACK` environment variable.
|
|
111
|
+
|
|
112
|
+
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.
|
|
111
113
|
|
|
112
114
|
```toml title="bunfig.toml" icon="settings"
|
|
113
115
|
telemetry = false
|
package/package.json
CHANGED