summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/telemetry.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/docs/telemetry.md b/docs/docs/telemetry.md
index ca1fb641..23521f3b 100644
--- a/docs/docs/telemetry.md
+++ b/docs/docs/telemetry.md
@@ -4,20 +4,20 @@
`Continue` collects and reports **anonymous** usage information. This data is essential to understanding how we should improve the library. You can opt out of it at any time.
-## What we track
+We use [Posthog](https://posthog.com/), an open source platform for product analytics, to collect and store the data.
-We track the following...
+## What we track
-- Steps that are run and their parameters
+We track the steps that are run and their parameters
## How to opt out
-**TODO: Define where the root of your workspace**
-
-Create a `.continue/config.json` file in the root of your workspace and add the following:
+There is a `.continue` directory, which contains a `config.json` file that looks like this:
```json
{
- "allow_anonymous_telemetry": false
+ "allow_anonymous_telemetry": true
}
```
+
+You can turn off anonymous telemetry by changing the value of `allow_anonymous_telemetry` to `false`. \ No newline at end of file