Skip to content

Commit 69d9c66

Browse files
mafredripull[bot]
authored andcommitted
docs: fix mention of incorrect env var to enable/disable telemetry (#15467)
1 parent 0ee98f1 commit 69d9c66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/admin/setup/telemetry.md

Lines changed: 4 additions & 3 deletions
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)