* remove outdated pages and references to them * change telemetry to a page instead of a directory with one page * fix duplicate redirects * remove vs code actions docs and references * update hub introduction * deprecate some context providers * initial codebase and documentation guide * replace context provider with MCP in custom code RAG * deprecate @docs and @codebase * remove context, docs, data blocks * move context providers to deep dives * move custom providers * remove "blocks" * remove rules "block" * update popular providers * cleanup before review * updating more providers * improve model reccs * fix broken links * add models links * cleaning up models details * move agent to first in list * remove outdated descriptions * reorder referene section * update block types * adjust model config example * fix tabs for yaml / json --------- Co-authored-by: Brian 'bdougie' Douglas <brian@dinnerpeople.app>
31 lines
2.0 KiB
Plaintext
31 lines
2.0 KiB
Plaintext
---
|
|
title: "Telemetry"
|
|
description: "Learn about Continue's anonymous telemetry collection practices, what usage data is collected, and how to opt out if you prefer not to share your usage information"
|
|
---
|
|
|
|
## Overview
|
|
|
|
The open-source Continue Extensions collect and report **anonymous** usage information to help us improve our product. This data enables us to understand user interactions and optimize the user experience effectively. You can opt out of telemetry collection at any time if you prefer not to share your usage information.
|
|
|
|
We utilize [Posthog](https://posthog.com/), an open-source platform for product analytics, to gather and store this data. For transparency, you can review the implementation code [here](https://github.com/continuedev/continue/blob/main/gui/src/hooks/CustomPostHogProvider.tsx) or read our [official privacy policy](https://continue.dev/privacy).
|
|
|
|
## Tracking Policy
|
|
|
|
All data collected by the open-source Continue extensions is anonymized and stripped of personally identifiable information (PII) before being sent to PostHog. We are committed to maintaining the privacy and security of your data.
|
|
|
|
## What We Track
|
|
|
|
The following usage information is collected and reported:
|
|
|
|
- **Suggestion Interactions:** Whether you accept or reject suggestions (excluding the actual code or prompts involved).
|
|
- **Model and Command Information:** The name of the model and command used.
|
|
- **Token Metrics:** The number of tokens generated.
|
|
- **System Information:** The name of your operating system (OS) and integrated development environment (IDE).
|
|
- **Pageviews:** General pageview statistics.
|
|
|
|
## How to Opt Out
|
|
|
|
You can disable anonymous telemetry by toggling "Allow Anonymous Telemetry" off in the user settings.
|
|
|
|
Alternatively in VS Code, you can disable telemetry through your VS Code settings by unchecking the "Continue: Telemetry Enabled" box (this will override the Settings Page settings). VS Code settings can be accessed with `File` > `Preferences` > `Settings` (or use the keyboard shortcut `ctrl` + `,` on Windows/Linux or `cmd` + `,` on macOS).
|