summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/telemetry.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docs/telemetry.md b/docs/docs/telemetry.md
index 17cf1451..5d2fedf1 100644
--- a/docs/docs/telemetry.md
+++ b/docs/docs/telemetry.md
@@ -6,7 +6,11 @@ Continue collects and reports **anonymous** usage information. This data is esse
## What we track
-We track the steps that are run and their parameters and if the data collection toggle is switched on / off.
+We track
+
+- the steps that are run and their parameters
+- toggling of the data collection switch
+- whether you accept or reject suggestions (not the code itself)
## How to opt out
@@ -18,4 +22,4 @@ There is a `.continue` directory, which contains a `config.json` file that looks
}
```
-You can turn off anonymous telemetry by changing the value of `allow_anonymous_telemetry` to `false`. \ No newline at end of file
+You can turn off anonymous telemetry by changing the value of `allow_anonymous_telemetry` to `false`.