Skip to content

Commit c407e80

Browse files
committed
📝 improve clarity of telemetry page
1 parent 852a776 commit c407e80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docs/docs/telemetry.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ keywords: [telemetry, anonymous, usage info, opt out]
88

99
## Overview
1010

11-
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).
11+
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).
1212

1313
## What we track
1414

1515
We track
1616

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

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

0 commit comments

Comments
 (0)