Adjust DAI Metrics File
Nucleic-Session: E357FC5A-6454-41EE-9AA8-139CDB6779DA
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user