()
| 9 | const PUBLIC_DSN = 'https://username@domain/123'; |
| 10 | |
| 11 | export function resetGlobals(): void { |
| 12 | getCurrentScope().clear(); |
| 13 | getCurrentScope().setClient(undefined); |
| 14 | getIsolationScope().clear(); |
| 15 | getGlobalScope().clear(); |
| 16 | } |
| 17 | |
| 18 | export function mockSdkInit(options?: Partial<NodeClientOptions>) { |
| 19 | resetGlobals(); |
no test coverage detected