started a project with plain Cordova. This message keeps turning up:
You have been opted out of telemetry. To change this, run: cordova telemetry on.
Cordova telemetry is a part of the cordova cli
and collects data about your usage of it. From the Apache Cordova CLI Privacy Policy:
You can turn on/off from the cordova cli (cli reference) by:
cordova telemetry on
cordova telemetry off
It will collects the user information related system and cordova you can remove this by using
cordova telemetry on
Thank You
cordova telemetry collects developer data of the usage of cordova for the cordova dev-team. The data is shown here:
https://datastudio.google.com/#/org//reporting/0B-Ja5cNOX_XLTElHdWd4V2NUem8/page/xEE
It is NOT collecting user data, just developer data, like which version of cordova you are using.
It's all about the tool which anonymously report usage statistics to improve your application over time. You can simply turn it on by typing
cordova telemetry on
from the Cordova-cli. Thank you!
In the Capacitor CLI run the caommand
npx cordova telemetry on