summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-29 15:29:11 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-29 15:29:11 -0700
commit6baa117316ab0bfb2e2bd03e39391be52609d3ea (patch)
treef3dbe068bbc060f842f1baffecbd7eeb3bdbccdd
parentfd10ae5b020f744cf26ae40cb86b7cb0d4d5a70d (diff)
downloadsncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.tar.gz
sncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.tar.bz2
sncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.zip
telemetry update
-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`.