mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
omit endPoint where it defaults to none
This commit is contained in:
@@ -27,7 +27,7 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
|
||||
$publicLog(eventName: string, data: any = Object.create(null)): void {
|
||||
/* __GDPR__FRAGMENT__
|
||||
"MainThreadData" : {
|
||||
"pluginHostTelemetry" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
"pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
data[MainThreadTelemetry._name] = true;
|
||||
|
||||
Reference in New Issue
Block a user