cordova-cli icon indicating copy to clipboard operation
cordova-cli copied to clipboard

Telemetry: Main CLI parameters/flags

Open janpio opened this issue 6 years ago • 0 comments

Currently only the command, subcommand and execution status are tracked.

This unfortunately looses a lot of important information about the parameter usage: --device vs --emulator, --debug vs. --release in the build process for example.

It would be neat if we could somehow also track the most used parameters/flags.

Important to note that the individual values of some params (build options for example) are of no interest at all to us, we could just learn quite a lot by being able to understand what code paths are actually used.

janpio avatar Feb 17 '19 14:02 janpio