()
| 13 | } |
| 14 | |
| 15 | export function installCrashHandlers(): () => void { |
| 16 | return installCrashHandlersForClient(getDefaultTelemetryClient()); |
| 17 | } |
| 18 | |
| 19 | export function installCrashHandlersForClient(client: TelemetryClient): () => void { |
| 20 | if (installed && installedUncaughtHandler !== null) { |
no test coverage detected