| 1 | import { Attributes, Link, TraceFlags } from "@opentelemetry/api"; |
| 2 | import { RandomIdGenerator } from "@opentelemetry/sdk-trace-base"; |
| 3 | import { SemanticResourceAttributes } from "@opentelemetry/semantic-conventions"; |
| 4 | import { |
nothing calls this directly
no test coverage detected