()
| 231 | } |
| 232 | |
| 233 | export function flushSync(): void { |
| 234 | defaultClient.flushSync(); |
| 235 | } |
| 236 | |
| 237 | export async function shutdown(options: TelemetryShutdownOptions = {}): Promise<void> { |
| 238 | await defaultClient.shutdown(options); |
no test coverage detected