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