docs/snippets/shared/telemetry/anonymous.mdx
We use anonymous telemetry (metadata-only) to learn how to improve CopilotKit.
You can opt out of open-source telemetry in multiple ways.
In CopilotRuntime, simply set COPILOTKIT_TELEMETRY_DISABLED=true. We also respect Do Not Track (DNT).
Alternatively, you can directly set the telemetryDisabled flag to true when configuring your Copilot Runtime endpoint.
The default sample rate is 0.05 (5%). You can adjust it by setting the COPILOTKIT_TELEMETRY_SAMPLE_RATE to any value between 0 and 1.
If you have any questions or concerns, please reach out at [email protected].