| 1 | import { context, trace, TraceFlags } from '@opentelemetry/api'; |
| 2 | import type { ErrorEvent, TransactionEvent } from '@sentry/core'; |
| 3 | import { debug, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core'; |
| 4 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
nothing calls this directly
no test coverage detected