Closed trentm closed 1 year ago
Also prefer this form. This is because it is, apparently, easier to type for and use named exports with TypeScript and ESM, rather than "default exports".
Refs: https://github.com/open-telemetry/opentelemetry-js/issues/3701
The assumption is that this will resolve https://github.com/open-telemetry/opentelemetry-js/issues/3701 -- though I wasn't able to reproduce the exact case.
Also prefer this form. This is because it is, apparently, easier to type for and use named exports with TypeScript and ESM, rather than "default exports".
Refs: https://github.com/open-telemetry/opentelemetry-js/issues/3701