add networkid to telemetry

This commit is contained in:
Wietse Wind
2023-10-29 00:31:39 +02:00
parent c9b025e746
commit 2a733dbd5d

View File

@@ -20,6 +20,7 @@ const telemetry = {
host: null,
proto: null,
url: process.env?.URL_PREFIX,
networkid: process.env?.NETWORKID ?? null,
collected: false,
sent: false,
}