(patch: TelemetryContextIds)
| 17 | } |
| 18 | |
| 19 | export function withTelemetryContext(patch: TelemetryContextIds): TelemetryClient { |
| 20 | return withContext(patch); |
| 21 | } |
| 22 | |
| 23 | export function flushTelemetrySync(): void { |
| 24 | flushSync(); |
no test coverage detected