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 # Installation Metrics
OhMyForm sends a PING during startup as well as once Attention: OhMyForm now collects completely anonymous
every hour to get instights on where OhMyForm is used. 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 If you want to opt out you can disable this behavior by
this behavior by setting the environment variable setting the environment variable `DISABLE_INSTALLATION_METRICS=1`
`DISABLE_INSTALLATION_METRICS=1`
You can take a look [here](../src/service/installation.metrics.service.ts) to see how we trigger the metric You can take a look [here](../src/service/installation.metrics.service.ts) to see how we trigger the metric
collection collection