This commit is contained in:
João Moreno
2026-04-09 16:44:23 +02:00
committed by GitHub
parent 27ff22ccb5
commit 5bfbf02616

View File

@@ -126,7 +126,7 @@ suite('GitHub Telemetry Sender', function () {
const commonTelemetryData = {
properties: {
copilot_build: new TelemetryTrustedValue('1'),
copilot_buildType: new TelemetryTrustedValue('dev'),
copilot_buildType: new TelemetryTrustedValue(!!process.env.BUILD_SOURCEVERSION ? 'prod' : 'dev'),
copilot_trackingId: new TelemetryTrustedValue('testId'),
editor_plugin_version: new TelemetryTrustedValue('simulation-tests-plugin/2'),
client_machineid: new TelemetryTrustedValue('test-machine'),