Skip to content

Commit 5673ad1

Browse files
authored
fix: update telemetry docs (#8295)
1 parent 1c06790 commit 5673ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/telemetry.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Alternatively in VS Code, you can disable telemetry through your VS Code setting
3636

3737
### CLI
3838

39-
For `cn`, the Continue CLI, set the environment variable `CONTINUE_CLI_ENABLE_TELEMETRY=0` before running commands:
39+
For `cn`, the Continue CLI, set the environment variable `CONTINUE_ALLOW_ANONYMOUS_TELEMETRY=0` before running commands:
4040

4141
```bash
42-
export CONTINUE_CLI_ENABLE_TELEMETRY=0
42+
export CONTINUE_ALLOW_ANONYMOUS_TELEMETRY=0
4343
cn <your prompt>
4444
```
4545

4646
Or run it inline:
4747

4848
```bash
49-
CONTINUE_CLI_ENABLE_TELEMETRY=0 cn <your prompt>
49+
CONTINUE_ALLOW_ANONYMOUS_TELEMETRY=0 cn <your prompt>
5050
```

0 commit comments

Comments
 (0)