Disable workspace tags event (#15168)

This commit is contained in:
Charles Gagnon
2021-04-16 10:33:45 -07:00
committed by GitHub
parent 4c5bb90724
commit 2f865445a7

View File

@@ -94,7 +94,7 @@ export class WorkspaceTags implements IWorkbenchContribution {
]
}
*/
this.telemetryService.publicLog('workspce.tags', tags);
// this.telemetryService.publicLog('workspce.tags', tags); {{SQL CARBON EDIT}} We don't need this event
}
private reportRemoteDomains(workspaceUris: URI[]): void {