| 1 | import type { EventEnvelope, EventItem } from '@sentry/core/browser'; |
| 2 | import { createEnvelope, serializeEnvelope } from '@sentry/core/browser'; |
| 3 | import type { Mock } from 'vitest'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected