| 1 | import type { Integration } from '@sentry/core'; |
| 2 | import { debug, SDK_VERSION } from '@sentry/core'; |
| 3 | import * as SentryOpentelemetry from '@sentry/opentelemetry'; |
| 4 | import { afterEach, beforeEach, describe, expect, it, type Mock, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected