You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/(root)/(other)/telemetry/index.mdx
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,7 @@ We use anonymous telemetry (metadata-only) to learn how to improve CopilotKit.
13
13
14
14
## How to opt out of anonymous telemetry
15
15
16
-
You can opt out of open-source telemetry in multiple ways.
17
-
18
-
In CopilotRuntime, simply set `COPILOTKIT_TELEMETRY_DISABLED=true`. We also respect [Do Not Track (DNT)](https://consoledonottrack.com/).
19
-
20
-
21
-
For the **Inspector** dev-console, set `COPILOTKIT_TELEMETRY_DISABLED=true` in your runtime environment. The inspector reads this from the runtime at startup and suppresses all anonymous interaction events.
16
+
Set `COPILOTKIT_TELEMETRY_DISABLED=true` in your runtime environment. This disables telemetry for both the CopilotRuntime and the Inspector dev-console. We also respect [Do Not Track (DNT)](https://consoledonottrack.com/).
0 commit comments