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

Method baseProperties

packages/cli/src/telemetry.ts:302–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 private baseProperties() {
303 return {
304 client_lib: 'tanstack-cli',
305 disabled_by: this.disabledBy,
306 node_major: getNodeMajorVersion(),
307 os_arch: process.arch,
308 os_platform: process.platform,
309 }
310 }
311}
312
313export async function createTelemetryClient(opts?: { json?: boolean }) {

Callers 3

captureCommandStartedMethod · 0.95
captureCommandFailedMethod · 0.95

Calls 1

getNodeMajorVersionFunction · 0.85

Tested by

no test coverage detected