Updated telemetry payload.

This commit is contained in:
Mike Cao 2024-09-09 23:54:26 -07:00
parent bfe15e9f0e
commit f05e92659d

View File

@ -15,9 +15,9 @@ async function sendTelemetry(type) {
node: process.version,
platform: os.platform(),
arch: os.arch(),
os: `${os.type()} (${os.version()})`,
isDocker: isDocker(),
isCi: isCI,
os: `${os.type()} ${os.version()}`,
is_docker: isDocker(),
is_ci: isCI,
},
};