This commit is contained in:
手瓜一十雪
2024-12-30 20:42:23 +08:00
parent aee9602f25
commit c87d365b88

View File

@@ -77,8 +77,7 @@ export class UmamiTraceCore {
guid: this.guid,
platform: os.platform(),
arch: os.arch(),
cpus: os.cpus(),
uptime: os.uptime(),
uptime: new Date(Date.now() - os.uptime() * 1000).toISOString().replace('T', ' ').substring(0, 19)
}
};
this.sendRequest(payload, type);