Adjust DAI Metrics File

Nucleic-Session: E357FC5A-6454-41EE-9AA8-139CDB6779DA
This commit is contained in:
Nucleic
2026-06-27 14:23:16 -07:00
parent fc3548273b
commit 4dc88cef70
+1 -1
View File
@@ -47,7 +47,7 @@ export function parseHeartbeat(body: unknown): ParseResult {
if (!channel || !CHANNELS.has(channel)) return { ok: false, error: "channel" };
// Remaining dimensions are best-effort: default to "unknown" rather than reject,
// so a valid DAU is never dropped over a missing minor field.
// so a valid DAI is never dropped over a missing minor field.
const osVersion = str(b.osVersion) ?? "unknown";
const appVersion = str(b.appVersion) ?? "unknown";
const build = str(b.build) ?? "unknown";