update installation metric doc

This commit is contained in:
Michael Schramm 2020-06-03 10:54:54 +02:00
parent 8683a10a3b
commit 91e5c33340

View File

@ -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