| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import type { DsnComponents } from '../../build/types/types/dsn'; |
| 3 | import type { DynamicSamplingContext } from '../../build/types/types/envelope'; |
| 4 | import type { Client, SdkInfo } from '../../src'; |
nothing calls this directly
no test coverage detected