mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-21 04:59:47 +08:00
fix(telemetry): align instance report fields
This commit is contained in:
@@ -77,8 +77,10 @@ function reportNodeInstanceTelemetry(): void {
|
||||
db: platform.db,
|
||||
config: {
|
||||
configuredInstanceId: process.env.ZPAN_INSTANCE_ID,
|
||||
siteUrl: process.env.ZPAN_PUBLIC_ORIGIN ?? process.env.BETTER_AUTH_URL,
|
||||
},
|
||||
cron: INSTANCE_TELEMETRY_CRON,
|
||||
trigger: 'runtime',
|
||||
runtime: {
|
||||
target: 'node/docker',
|
||||
osPlatform: process.platform,
|
||||
|
||||
Reference in New Issue
Block a user