Add owners to all telemetry events (#150296)

This commit is contained in:
Logan Ramos
2022-05-24 14:58:08 -04:00
committed by GitHub
parent a88075a847
commit d937389358
47 changed files with 85 additions and 26 deletions

View File

@@ -338,6 +338,7 @@ export abstract class EditorAction extends EditorCommand {
protected reportTelemetry(accessor: ServicesAccessor, editor: ICodeEditor) {
type EditorActionInvokedClassification = {
owner: 'alexdima';
name: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
id: { classification: 'SystemMetaData'; purpose: 'FeatureInsight' };
};