Fixed working GDPR comment

This commit is contained in:
Dirk Baeumer
2025-04-16 09:39:57 +02:00
parent 607f641e6e
commit afd0e79b03

View File

@@ -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);