MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / trackError

Method trackError

packages/cli/src/telemetry.ts:85–90  ·  view source on GitHub ↗
(err: Error)

Source from the content-addressed store, hash-verified

83 }
84
85 trackError(err: Error) {
86 this.track('cli:error', {
87 message: err.message,
88 stack: err.stack,
89 });
90 }
91
92 async trackSpan<T>(
93 startEvent: TelemetryEvents,

Callers

nothing calls this directly

Calls 1

trackMethod · 0.95

Tested by

no test coverage detected