From eff07a2db0b957f6092f815a451a121f2cce341d Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Tue, 12 Nov 2024 11:24:13 -0500 Subject: [PATCH] docs: clarify admin email telemetry (#15485) add a note to the telemtery doc that explains that we do collect the admin email https://coder.com/docs/@telemetry-clarification/admin/setup/telemetry#what-we-collect Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- docs/admin/setup/telemetry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/setup/telemetry.md b/docs/admin/setup/telemetry.md index 745aeb138d..0402b85859 100644 --- a/docs/admin/setup/telemetry.md +++ b/docs/admin/setup/telemetry.md @@ -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