diff --git a/src/client/telemetry/pylance.ts b/src/client/telemetry/pylance.ts index d47b621835b4..9348b0f39d03 100644 --- a/src/client/telemetry/pylance.ts +++ b/src/client/telemetry/pylance.ts @@ -20,7 +20,8 @@ "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }, "errorstack" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }, "lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }, - "method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" } + "method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }, + "modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" } } */ /* __GDPR__