Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e95ba commit 78b4967Copy full SHA for 78b4967
docs/admin/setup/telemetry.md
@@ -1,7 +1,7 @@
1
# Telemetry
2
3
<blockquote class="info">
4
-TL;DR: disable telemetry by setting <code>CODER_TELEMETRY=false</code>.
+TL;DR: disable telemetry by setting <code>CODER_TELEMETRY_ENABLE=false</code>.
5
</blockquote>
6
7
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.
40
41
## Toggling
42
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.
+You can turn telemetry on or off using either the
+`CODER_TELEMETRY_ENABLE=[true|false]` environment variable or the
45
+`--telemetry=[true|false]` command-line flag.
0 commit comments