mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
review GDPR classifications
This commit is contained in:
@@ -30,7 +30,6 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
|
||||
"pluginHostTelemetry" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
|
||||
data[MainThreadTelemetry._name] = true;
|
||||
this._telemetryService.publicLog(eventName, data);
|
||||
}
|
||||
|
||||
@@ -880,7 +880,7 @@ export class ExtHostLanguageFeatures implements ExtHostLanguageFeaturesShape {
|
||||
const handle = this._nextHandle();
|
||||
this._adapter.set(handle, new HoverAdapter(this._documents, provider, once((name: string, data: any) => {
|
||||
data['extension'] = extensionId;
|
||||
// GDPR__TODO
|
||||
// __GDPR__TODO Dynamic event names and dynamic properties. Can not be registered statically.
|
||||
this._telemetry.$publicLog(name, data);
|
||||
})));
|
||||
this._proxy.$registerHoverProvider(handle, selector);
|
||||
|
||||
Reference in New Issue
Block a user