opentelemetry-js
opentelemetry-js copied to clipboard
fix(instrumentation-http): fix http/https ESM instr for 'import defaultExport from' style
trafficstars
Fix instrumentation of http.get, http.request, https.get, and
https.request when used from ESM code and imported via the import defaultExport from 'http' style.
Fixes: #5024