mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated telemetry payload.
This commit is contained in:
parent
bfe15e9f0e
commit
f05e92659d
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue