()
| 166 | } |
| 167 | |
| 168 | async function fetchTelemetryStatus() { |
| 169 | telemetryStatusPromise ??= getTelemetryStatus() |
| 170 | return telemetryStatusPromise |
| 171 | } |
| 172 | |
| 173 | async function postEvent(event: string, distinctId: string, properties: TelemetryProperties) { |
| 174 | const controller = new AbortController() |
no test coverage detected