From decc587d18bc5c1eca07c1dda4f0d28f61d1b2dc Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Fri, 6 Dec 2024 14:02:08 +0100 Subject: [PATCH] fixup! chore: add chagelog entry --- experimental/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/CHANGELOG.md b/experimental/CHANGELOG.md index 5cbbc06bf85..9c9249e2883 100644 --- a/experimental/CHANGELOG.md +++ b/experimental/CHANGELOG.md @@ -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)