(
options: { readonly timeoutMs?: number } = {},
)
| 25 | } |
| 26 | |
| 27 | export async function shutdownTelemetry( |
| 28 | options: { readonly timeoutMs?: number } = {}, |
| 29 | ): Promise<void> { |
| 30 | await shutdown(options); |
| 31 | } |
| 32 | |
| 33 | export { initializeTelemetry } from './bootstrap'; |
| 34 | export type { TelemetryBootstrapOptions } from './bootstrap'; |
no test coverage detected