MCPcopy Create free account
hub / github.com/TanStack/cli /

Class

packages/cli/src/telemetry.ts:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195export class TelemetryClient {
196 private commandProperties: TelemetryProperties = {}
197 private pendingSteps = new Map<string, PendingStep>()
198 private completedSteps: Array<TelemetryStepSummary> = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected