mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 04:19:26 +01:00
Updated telemetry payload.
This commit is contained in:
parent
bfe15e9f0e
commit
f05e92659d
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user