feat(telemetry): Add context breakdown to API response event (#19699)

This commit is contained in:
Sandy Tao
2026-02-24 15:26:28 -08:00
committed by GitHub
parent 70b650122f
commit 3ff5cfaaf6
8 changed files with 479 additions and 27 deletions
@@ -20,8 +20,7 @@ async function run(cmd) {
stdio: ['pipe', 'pipe', 'ignore'],
});
return stdout.trim();
} catch (_e) {
// eslint-disable-line @typescript-eslint/no-unused-vars
} catch {
return null;
}
}