diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:29:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:29:11 -0700 |
commit | 6baa117316ab0bfb2e2bd03e39391be52609d3ea (patch) | |
tree | f3dbe068bbc060f842f1baffecbd7eeb3bdbccdd | |
parent | fd10ae5b020f744cf26ae40cb86b7cb0d4d5a70d (diff) | |
download | sncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.tar.gz sncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.tar.bz2 sncontinue-6baa117316ab0bfb2e2bd03e39391be52609d3ea.zip |
telemetry update
-rw-r--r-- | docs/docs/telemetry.md | 8 |
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`.
|