Added version

This commit is contained in:
Elio Struyf
2022-02-28 15:56:13 +01:00
parent baa56bc246
commit 31a41e2a66
+1 -1
View File
@@ -32,7 +32,7 @@ export class Telemetry {
return;
}
Telemetry.reporter?.sendTelemetryEvent(eventName, properties, measurements);
Telemetry.reporter?.sendTelemetryEvent(eventName, { version: Extension.getInstance().version, ...properties }, measurements);
}
public static dispose() {