| 1 | import { context, SpanKind, trace, TraceFlags } from '@opentelemetry/api'; |
| 2 | import { TraceState } from '../src/utils/TraceState'; |
| 3 | import { SamplingDecision } from '@opentelemetry/sdk-trace-base'; |
| 4 | import { HTTP_REQUEST_METHOD } from '@sentry/conventions/attributes'; |
nothing calls this directly
no test coverage detected