Skip to content

Commit

Permalink
πŸ“ improve clarity of telemetry page
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed May 17, 2024
1 parent 852a776 commit c407e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ keywords: [telemetry, anonymous, usage info, opt out]

## Overview

Continue collects and reports **anonymous** usage information. This data is essential to understanding how we should improve the product. You can opt out of it at any time. We use [Posthog](https://posthog.com/), an open source platform for product analytics, to collect and store the data. You can review the code [here](https://github.com/continuedev/continue/blob/main/gui/src/hooks/CustomPostHogProvider.tsx).
Continue collects and reports **anonymous** usage information. This data is essential to understanding how we should improve the product. You can opt out of it at any time. We use [Posthog](https://posthog.com/), an open source platform for product analytics, to collect and store the data. You can review the code [here](https://github.com/continuedev/continue/blob/main/gui/src/hooks/CustomPostHogProvider.tsx), or review our official policy [here](https://continue.dev/privacy).

## What we track

We track

- whether you accept or reject suggestions (not the code itself)
- the name of slash commands that are run
- whether you accept or reject suggestions (never including the code or the prompt)
- the name of the model and slash command used
- the number of tokens generated
- the name of your OS and IDE
- the name of the default model you configured

All data is anonymous and cleaned of PII before being sent to PostHog.

Expand Down

0 comments on commit c407e80

Please sign in to comment.