From 02dc84698ba2d389e6d3a0644249289ba5fd9c13 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Tue, 12 Mar 2024 14:02:54 +0100 Subject: [PATCH] chore: changelog --- experimental/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/experimental/CHANGELOG.md b/experimental/CHANGELOG.md index c437d9eec67..8a19a85904b 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(exporter-*-otlp-*): use parseHeaders() to ensure header-values are not 'undefined' #4540 + * Fixes a bug where passing `undefined` as a header value would crash the end-user app after the export timeout elapsed. + ### :books: (Refine Doc) ### :house: (Internal)