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