| 1 | import type { Event } from '@sentry/core'; |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { getActiveSpan, getClient, startInactiveSpan, startSpan, withActiveSpan } from '../../src'; |
| 4 | import { cleanupOtel, mockSdkInit } from '../helpers/mockSdkInit'; |
nothing calls this directly
no test coverage detected