Closed rajasegar closed 4 years ago
I would suggest --telemetry=http://localhost:4200
to simplify the CLI options, but I generally agree that the telemetry tends to be a bit finicky and that it makes sense to have this codemod also run reasonably well if telemetry is not available.
Ya, agree, we just need to nail down what the actual semantics should be (so that we fallback to doing something that is still safe and useful).
@rwjblue at some point this codemod didn't use telemetry yet, maybe we should go back to that state if telemetry is not available?
Yep, I agree I just want to be clear about what features are telemetry only (documented in the README) and ensure that the guards throughout the code are clear.
There are a lot of issues being reported with Telemetry, and especially for addons, I am not quite sure how it will work. So I am thinking to make this optional using a command-line flag something like
--telemetry=true
. By default, the value of this flag will be false, i.e., telemetry will be disabled.So without telemetry (default) :
With telemetry
Related issues:
274
243
242
217
200
I really need some consensus and discussion from the collaborators, before starting to work on this. @rwjblue @Turbo87 @tylerturdenpants Your thoughts?