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
+1 -1
View File
@@ -14,9 +14,9 @@ import {
HookType,
HOOKS_CONFIG_FIELDS,
type CommandHookConfig,
type HookDefinition,
} from './types.js';
import type { Config } from '../config/config.js';
import type { HookDefinition } from './types.js';
// Mock fs
vi.mock('fs', () => ({