Open reviewher opened 2 years ago
Where's the response on this?
That is absolutely shady and a sure way to erode trust.
Going to troubleshoot the serve command, I saw this in the output:
... ... ... ionic:lib:serve } +0ms ionic:lib:telemetry Sending telemetry for command: 'ionic serve' [ ionic:lib:telemetry '--external', ionic:lib:telemetry '--verbose', ionic:lib:telemetry '--interactive', ionic:lib:telemetry '--color', ionic:lib:telemetry '--host=yourprivatedomainhere.tld' ionic:lib:telemetry ] +0ms ionic:lib:hooks Looking for ionic:serve:before npm script. +0ms ... ... ...
This is bs guys.
For those who do not appreciate this, try this:
ionic config set -g telemetry false
Description:
Ionic collects telemetry by default, does not warn users, does not mention it on first run, and hides the config in a way that cannot be discovered simply with a
ionic help
(this used to work in ionic v3 whentelemetry
was a top-level command.Steps to Reproduce:
1) remove local ionic settings:
2) in a new window, just run the help:
3) observe that
~/.ionic/config.json
was created with"telemetry": true
and scan the terminal outputOutput:
package.json:
Local screen output makes no mention of the telemetry setting:
NOTE: THERE IS NO TELEMETRY WARNING ON FIRST RUN WITH ANY COMMAND
If you wipe the config and start a new project without the wizard, you can search the output and notice that it never once mentions the telemetry.