| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { createLogContainerEnvelopeItem, createLogEnvelope } from '../../../src/logs/envelope'; |
| 3 | import type { DsnComponents } from '../../../src/types/dsn'; |
| 4 | import type { SerializedLog } from '../../../src/types/log'; |
nothing calls this directly
no test coverage detected