MCPcopy
hub / github.com/codeaashu/claude-code / initializeAnalyticsGates

Function initializeAnalyticsGates

src/services/analytics/sink.ts:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 * Called from main.tsx during setupBackend().
95 */
96export function initializeAnalyticsGates(): void {
97 isDatadogGateEnabled =
98 checkStatsigFeatureGate_CACHED_MAY_BE_STALE(DATADOG_GATE_NAME)
99}
100
101/**
102 * Initialize the analytics sink.

Callers 1

startDeferredPrefetchesFunction · 0.85

Tested by

no test coverage detected