MCPcopy
hub / github.com/Fission-AI/OpenSpec / TelemetryConfig

Interface TelemetryConfig

src/telemetry/config.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16export const CONFIG_FILE_NAME = GLOBAL_CONFIG_FILE_NAME;
17
18export interface TelemetryConfig {
19 anonymousId?: string;
20 noticeSeen?: boolean;
21}
22
23export interface GlobalConfig {
24 telemetry?: TelemetryConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected