From 91e5c333400733ae0e7a8d98b7b5cd15ccf74378 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 10:54:54 +0200 Subject: [PATCH] update installation metric doc --- doc/installation.metrics.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/installation.metrics.md b/doc/installation.metrics.md index a47fdfa..f4db6ee 100644 --- a/doc/installation.metrics.md +++ b/doc/installation.metrics.md @@ -1,11 +1,11 @@ # Installation Metrics -OhMyForm sends a PING during startup as well as once -every hour to get instights on where OhMyForm is used. +Attention: OhMyForm now collects completely anonymous +telemetry regarding usage. This information is used to +shape OhMyForm's roadmap and prioritize features. -If you feed that this should not happen you can disable -this behavior by setting the environment variable -`DISABLE_INSTALLATION_METRICS=1` +If you want to opt out you can disable this behavior by +setting the environment variable `DISABLE_INSTALLATION_METRICS=1` You can take a look [here](../src/service/installation.metrics.service.ts) to see how we trigger the metric collection