Skip to content

Commit f9a66af

Browse files
authored
Merge pull request #9146 from continuedev/telemetry-docs
move updated telemetry page to correct location
2 parents 316df75 + 50ada29 commit f9a66af

File tree

2 files changed

+21
-51
lines changed

2 files changed

+21
-51
lines changed

docs/customize/telemetry.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Telemetry"
3-
description: "Learn about Continue's anonymous telemetry collection practices, what usage data is collected, and how to opt out if you prefer not to share your usage information"
3+
icon: "chart-line"
4+
description: "Learn about Continue's anonymous telemetry collection practices, what usage data is tracked, and how to opt out of data collection to maintain your privacy preferences"
45
---
56

67
## Overview
@@ -25,6 +26,25 @@ The following usage information is collected and reported:
2526

2627
## How to Opt Out
2728

29+
### IDE extensions
30+
2831
You can disable anonymous telemetry by toggling "Allow Anonymous Telemetry" off in the user settings.
2932

33+
#### VS Code
34+
3035
Alternatively in VS Code, you can disable telemetry through your VS Code settings by unchecking the "Continue: Telemetry Enabled" box (this will override the Settings Page settings). VS Code settings can be accessed with `File` > `Preferences` > `Settings` (or use the keyboard shortcut `ctrl` + `,` on Windows/Linux or `cmd` + `,` on macOS).
36+
37+
### CLI
38+
39+
For `cn`, the Continue CLI, set the environment variable `CONTINUE_TELEMETRY_ENABLED=0` before running commands:
40+
41+
```bash
42+
export CONTINUE_TELEMETRY_ENABLED=0
43+
cn <your prompt>
44+
```
45+
46+
Or run it inline:
47+
48+
```bash
49+
CONTINUE_TELEMETRY_ENABLED=0 cn <your prompt>
50+
```

docs/telemetry.mdx

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)