MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/telemetry/bigqueryExporter.ts:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export class BigQueryMetricsExporter implements PushMetricExporter {
41 private readonly endpoint: string
42 private readonly timeout: number
43 private pendingExports: Promise<void>[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected