Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
clarify admin email telemetry
  • Loading branch information
EdwardAngert committed Nov 12, 2024
commit 23416f58e94de6083f8168415dbf0d23a56506b6
4 changes: 2 additions & 2 deletions docs/admin/setup/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ In particular, look at the struct types such as `Template` or `Workspace`.
As a rule, we **do not collect** the following types of information:

- Any data that could make your installation less secure
- Any data that could identify individual users
- Any data that could identify individual users, except the administrator.

For example, we do not collect parameters, environment variables, or user email
addresses.
addresses. We do collect the administrator email.

## Why we collect

Expand Down
Loading