| 1 | import * as SentryBrowser from '@sentry/browser'; |
| 2 | import type { Span, SpanAttributes } from '@sentry/core'; |
| 3 | import * as SentryCore from '@sentry/core'; |
| 4 | import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core'; |
nothing calls this directly
no test coverage detected