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