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 | 856a9152f3a408cdca70699e5b3b6f3d08e7a80d (patch) | |
tree | 08cb46d414a2b1839b9216d059501c6f76317fb2 /docs | |
parent | 49e637129db915b03852a17dcbfaeace6ed74138 (diff) | |
download | sncontinue-856a9152f3a408cdca70699e5b3b6f3d08e7a80d.tar.gz sncontinue-856a9152f3a408cdca70699e5b3b6f3d08e7a80d.tar.bz2 sncontinue-856a9152f3a408cdca70699e5b3b6f3d08e7a80d.zip |
telemetry update
Diffstat (limited to 'docs')
-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`.
|