-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Closed
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
I recently updated my master branch, and noticed some things having to with the telemetry notification:
- When the notice about telemetry collection shows in VSCode, it doesn't put anything in the output log, so once dismissed it can't be easily re-read.
- I initially misread the command as "run (flutter|dart) disable-telemetry" instead of the actual command "run (flutter|dart) --disable-telemetry" (at least I assume I misread it: I can't go back and see). Could we just make
disable-telemetry
an actual command (either in addition to the flag, or instead of)? - When it is run, it's not clear to me what telemetry it disables, or what the scope is: for example, if I disable telemetry for the
dart
command, does that also disable it for theflutter
command, or do I have to run it once for each? It would be good if the notifications that the telemetry has been disabled included this information (and it would be nice if the messages on both Dart and Flutter were similar: right now they are not).
cc @eliasyishak
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.