summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/telemetry.md10
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
+}
+```