Updated telemetry payload.
This commit is contained in:
@@ -15,9 +15,9 @@ async function sendTelemetry(type) {
|
|||||||
node: process.version,
|
node: process.version,
|
||||||
platform: os.platform(),
|
platform: os.platform(),
|
||||||
arch: os.arch(),
|
arch: os.arch(),
|
||||||
os: `${os.type()} (${os.version()})`,
|
os: `${os.type()} ${os.version()}`,
|
||||||
isDocker: isDocker(),
|
is_docker: isDocker(),
|
||||||
isCi: isCI,
|
is_ci: isCI,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user