diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:42:24 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:42:24 -0400 |
commit | 85b19295941c272f3a6250ecab6126d45d357d6a (patch) | |
tree | c0ef15ae519e28b521ce4803dc3b27e7c58ba1ba /docs | |
parent | 07b0c7f5a3cfc30ab711179c4e437bac87768b81 (diff) | |
download | sncontinue-85b19295941c272f3a6250ecab6126d45d357d6a.tar.gz sncontinue-85b19295941c272f3a6250ecab6126d45d357d6a.tar.bz2 sncontinue-85b19295941c272f3a6250ecab6126d45d357d6a.zip |
telemetry
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/telemetry.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/docs/telemetry.md b/docs/docs/telemetry.md index d1399706..c5e938dd 100644 --- a/docs/docs/telemetry.md +++ b/docs/docs/telemetry.md @@ -8,10 +8,14 @@ We track the following...
-**TODO: Detail exactly what we track after we add initial telemetry**
+- Steps that are run and their parameters
## How to opt out
-Here are the instructions for turning off telemetry...
+Create a `continue.json` file in the root of your workspace and add the following:
-**TODO: Describe step-by-step how to opt out of telemetry**
\ No newline at end of file +```json
+{
+ "allow_anonymous_telemetry": false
+}
+```
|