opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

fix(instrumentation-http): fix http/https ESM instr for 'import defaultExport from' style

Open trentm opened this issue 1 year ago • 1 comments
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

trentm avatar Oct 16 '24 20:10 trentm