Marc Pichler
Marc Pichler
I think @t2t2 captured it well - this looks like it's dedupe related.
> at Hi, thanks for reaching out. We're currently re-writing/re-designing the exporters - so we're not accepting any new features for this component at the moment. Sorry for the inconvenience....
Hi @lostbean - thanks for reaching out. Please note that bun is currently not supported by this project. If you can provide a fix that still passes the tests for...
link to reproducer: https://github.com/pichlermarc/repro-5260 Two observations: - the timeout happens immediately on export - the export never arrives on the collector @lostbean - in the issue you opened it says...
> Are we sure this is a bug in opentelemetry? Maybe Bun itself needs to fix it's behavior to be consistent with Node? @jahands yes, it's also my assumption (I...
@noeljackson Yes, my ideal solution to a lot of the exporter problems would actually be to migrate the exporters fully to use fetch (drop and to drop XHR and `node:http`...
> @pichlermarc If there is a conditional for bun runtime, allowing it to use fetch, while node uses http module, is that acceptable? @noeljackson - no. It's kind of a...
This is fixed in the latest version, see reproducer (`using-latest-version` branch): https://github.com/pichlermarc/repro-5260/tree/using-latest-version
> 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...
While working on #5908 I added a webpack (target: web) test in #5919 - it's a very simple one: it is just checking if it actually compiles to catch obvious...