Open
Description
Issues come up frequently that are related to bundler usage -- at least with the node-related packages from this and the contrib repo. I think it would be helpful to have tests using recent versions of some bundlers (say: webpack, rollup, esbuild).
These tests would:
- sanity check that we don't break something that currently works,
- perhaps effectively define what bundler usage is actually supported (e.g. require-in-the-middle isn't going to work in a bundler, at least not without some bundler plugin -- like the current open issue to add esbuild support), and
- provide a starting point for maintainers that may not be intimately familiar with the various bundlers to provide support on reported issues
I'm not sure exactly where these tests would live. Perhaps in @opentelemetry/instrumentation
? Perhaps in sdk-node
?