MCPcopy Create free account
hub / github.com/garrytan/gstack / telemetryFile

Function telemetryFile

browse/src/telemetry.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33function telemetryFile(): string {
34 return path.join(analyticsDir(), 'browse-telemetry.jsonl');
35}
36
37let lastEnsuredDir: string | null = null;
38async function ensureDir(): Promise<void> {

Callers 1

logTelemetryFunction · 0.85

Calls 1

analyticsDirFunction · 0.85

Tested by

no test coverage detected