From d816446c5eb4339d29f78ea7ba748af3e94aeb3b Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Sun, 23 Oct 2022 17:27:22 +0200 Subject: [PATCH] docs: Explain how to disable telemetry --- packages/docs/pages/advanced/telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/advanced/telemetry.md b/packages/docs/pages/advanced/telemetry.md index 6c2ceae8..2e1d6ba8 100644 --- a/packages/docs/pages/advanced/telemetry.md +++ b/packages/docs/pages/advanced/telemetry.md @@ -4,7 +4,7 @@ We want to be very transparent about the data we collect and how we use it. Therefore, we have abstracted all of the code we use with our telemetry system into a single, easily accessible place. You can check the code [here](https://github.com/automatisch/automatisch/blob/main/packages/backend/src/helpers/telemetry/index.ts) and let us know if you have any suggestions for changes. ::: -Automatisch comes with a built-in telemetry system that collects anonymous usage data. This data is used to help us improve the product and to make sure we are focusing on the right features. While we're doing it, we don't collect any personal information. +Automatisch comes with a built-in telemetry system that collects anonymous usage data. This data is used to help us improve the product and to make sure we are focusing on the right features. While we're doing it, we don't collect any personal information. You can also disable the telemetry system by setting the `TELEMETRY_ENABLED` environment variable. See the [environment variables](/advanced/configuration#environment-variables) section for more information. ## What Automatisch collects?