-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
2
-
Not Needed
Scope
Do not send telemetry for the show commands run on startup.
We are currently running a few commands on the server so we can inform the user about the context of the cluster. These are automatic commands that always happen before the user can interact with the shell, so we don't need to track them.
You can see the commands that we are issuing in the following link:
We will add a new private method on the shell-api.ts called _untrackedShow that we will be using to show the startup information without any telemetry. We won't disable the telemetry on the show method as this method might be used elsewhere and we would like to track these usages.