mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fixed working GDPR comment
This commit is contained in:
@@ -51,9 +51,9 @@ export class VSCodeTelemetryReporter implements TelemetryReporter {
|
||||
"${include}": [
|
||||
"${TypeScriptCommonProperties}"
|
||||
],
|
||||
"point" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", comment: "The trace point." },
|
||||
"id" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", comment: "The traceId is used to correlate the request with other trace points." },
|
||||
"data": { "classification": "SystemMetaData", "purpose": "FeatureInsight", comment: "Additional data" }
|
||||
"point" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The trace point." },
|
||||
"id" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The traceId is used to correlate the request with other trace points." },
|
||||
"data": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Additional data" }
|
||||
}
|
||||
*/
|
||||
this.logTelemetry('typeScriptExtension.trace', event);
|
||||
|
||||
Reference in New Issue
Block a user