| 1 | import { faker } from '@faker-js/faker' |
| 2 | import { Attributes, context, SpanKind, trace } from '@opentelemetry/api' |
| 3 | import { AsyncLocalStorageContextManager } from '@opentelemetry/context-async-hooks' |
| 4 | import { registerInstrumentations } from '@opentelemetry/instrumentation' |
nothing calls this directly
no test coverage detected