Skip to content

Commit

Permalink
fixup! chore: add chagelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Dec 6, 2024
1 parent dee9faa commit decc587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All notable changes to experimental packages in this project will be documented

* fix(otlp-exporter-base): use dynamic imports over require for lazy-loading http transport utils [#5220](https://github.com/open-telemetry/opentelemetry-js/pull/5220) @pichlermarc
* enables bundling of Node.js HTTP exporters with rollup
* Limitation: if a single-file bundle is built the dynamically loaded file needs to be inlined via rollup's `inlineDynamicImports: true` setting, however doing so may break `@opentelemetry/instrumentation-http`
* Limitation: if a single-file bundle is built the dynamically loaded file needs to be inlined via rollup's `inlineDynamicImports: true` setting. However, doing so may lead to `@opentelemetry/instrumentation-http` not generating telemetry.

### :books: (Refine Doc)

Expand Down

0 comments on commit decc587

Please sign in to comment.