()
| 107 | * Idempotent: safe to call multiple times (subsequent calls are no-ops). |
| 108 | */ |
| 109 | export function initializeAnalyticsSink(): void { |
| 110 | attachAnalyticsSink({ |
| 111 | logEvent: logEventImpl, |
| 112 | logEventAsync: logEventAsyncImpl, |
| 113 | }) |
| 114 | } |
| 115 |
no test coverage detected