vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

Don't send generic "command" events

Open fbricon opened this issue 2 years ago • 3 comments

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 avatar Jan 06 '23 10:01 fbricon

@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?

dgolovin avatar Jan 06 '23 18:01 dgolovin