| 1 | import { TraceFlags } from '@opentelemetry/api'; |
| 2 | import * as sentryCore from '@sentry/core'; |
| 3 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { buildSpanLinks, getStoredSpanContext, getTraceLinkKey, storeSpanContext } from '../src/utils/traceLinks'; |
nothing calls this directly
no test coverage detected