| 1 | import { DiagConsoleLogger, DiagLogLevel, diag } from "@opentelemetry/api"; |
| 2 | import { InstrumentationOption, registerInstrumentations } from "@opentelemetry/instrumentation"; |
| 3 | import { FetchInstrumentation } from "@opentelemetry/instrumentation-fetch"; |
| 4 | import { HttpInstrumentation } from "@opentelemetry/instrumentation-http"; |
nothing calls this directly
no test coverage detected