|
1 | 1 | #Telemetry
|
2 | 2 |
|
3 | 3 | <blockquoteclass="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>. |
5 | 5 | </blockquote>
|
6 | 6 |
|
7 | 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 | 40 |
|
41 | 41 | ##Toggling
|
42 | 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. |
| 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. |