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,
|
||||
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,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user