@gw-tools/gw 0.63.0-beta.73.1 → 0.63.0-beta.73.2
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -408,6 +408,10 @@ can observe how the tool is used and **correlate releases with errors** in
|
|
|
408
408
|
[Dash0](https://www.dash0.com/). It is **opt-in and disabled by default** — no
|
|
409
409
|
telemetry leaves your machine unless you turn it on.
|
|
410
410
|
|
|
411
|
+
`gw init` writes a `"telemetry": { "enabled": false }` block into your
|
|
412
|
+
`.gw/config.json` so the option is easy to find — flip `enabled` to `true` to
|
|
413
|
+
start sending.
|
|
414
|
+
|
|
411
415
|
### What gets sent
|
|
412
416
|
|
|
413
417
|
When enabled, each command emits:
|