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 | 8970af9e695fe8196f4f3b61dd16271ae733f630 (patch) | |
tree | 1b18151d08fb5f23939f5cd3fc7e498de8885e56 | |
parent | 91dc8e6190cb52d407b20827a5c94eba6b9546cc (diff) | |
download | sncontinue-8970af9e695fe8196f4f3b61dd16271ae733f630.tar.gz sncontinue-8970af9e695fe8196f4f3b61dd16271ae733f630.tar.bz2 sncontinue-8970af9e695fe8196f4f3b61dd16271ae733f630.zip |
telemetry
-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
+}
+```
|