Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78b4967

Browse files
authored
docs: fix mention of incorrect env var to enable/disable telemetry (#15467)
1 parent 50e95ba commit 78b4967

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/admin/setup/telemetry.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Telemetry
22

33
<blockquote class="info">
4-
TL;DR: disable telemetry by setting <code>CODER_TELEMETRY=false</code>.
4+
TL;DR: disable telemetry by setting <code>CODER_TELEMETRY_ENABLE=false</code>.
55
</blockquote>
66

77
Coder collects telemetry from all installations by default. We believe our users
@@ -40,5 +40,6 @@ telemetry to identify affected installations and notify their administrators.
4040

4141
## Toggling
4242

43-
You can turn telemetry on or off using either the `CODER_TELEMETRY=[true|false]`
44-
environment variable or the `--telemetry=[true|false]` command-line flag.
43+
You can turn telemetry on or off using either the
44+
`CODER_TELEMETRY_ENABLE=[true|false]` environment variable or the
45+
`--telemetry=[true|false]` command-line flag.

0 commit comments

Comments
 (0)