feat: add diagnostics and telemetry runtime
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function leakToConsole(token: string) {
|
||||
console.error("UNKNOWN_DIAGNOSTIC_EVENT", token);
|
||||
}
|
||||
Reference in New Issue
Block a user