mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
more GDPR classification
This commit is contained in:
@@ -25,6 +25,12 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
|
||||
}
|
||||
|
||||
$publicLog(eventName: string, data: any = Object.create(null)): void {
|
||||
/* __GDPR__FRAGMENT__
|
||||
"MainThreadData" : {
|
||||
"pluginHostTelemetry" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
|
||||
data[MainThreadTelemetry._name] = true;
|
||||
this._telemetryService.publicLog(eventName, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user