vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Don't send generic "command" events
after discussing with @sonyccd, we should stop sending generic "command" events with an identifier property.
https://github.com/redhat-developer/vscode-openshift-tools/blob/d6f7b8ece5cf7409b75f223d4b19a977f4e218a8/src/telemetry.ts#L64
and use the commandId https://github.com/redhat-developer/vscode-openshift-tools/blob/d6f7b8ece5cf7409b75f223d4b19a977f4e218a8/src/telemetry.ts#L61
This'll make it easier to analyze behavior patterns on the backend
@fbricon I have no problem to remove it, would you explain in what way sending 'identifier' makes things harder and not sending it makes it easier? Another question, what 'backend' specifically are you talking about?