From d0d2c0725c38113e75e75cb920c0f0b004c84766 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Mon, 18 Dec 2023 14:22:56 +0100 Subject: [PATCH] fix(changelog): add changelog entry --- experimental/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/experimental/CHANGELOG.md b/experimental/CHANGELOG.md index 2b4a27e968..fca7826006 100644 --- a/experimental/CHANGELOG.md +++ b/experimental/CHANGELOG.md @@ -10,6 +10,9 @@ All notable changes to experimental packages in this project will be documented ### :bug: (Bug Fix) +* fix(instrumentation): do not export Node.js-specific types for Browser users [#4378](https://github.com/open-telemetry/opentelemetry-js/pull/4378) @pichlermarc + * Fixes a bug where `InstrumentationNodeModuleFile` and `InstrumentationNodeModuleDefinition` were exported even if using the package in a browser context + ### :books: (Refine Doc) ### :house: (Internal)