| 1 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { ensureIsWrapped } from '../../src/utils/ensureIsWrapped'; |
| 3 | import { cleanupOtel, mockSdkInit, resetGlobals } from '../helpers/mockSdkInit'; |
| 4 | import { markFunctionWrapped } from '@sentry/core'; |
nothing calls this directly
no test coverage detected