From 467e766351f924ce6370dc9d28142c4bfaabe5ab Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Mon, 4 Mar 2024 09:08:15 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12dad7fd3..f2980539eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ ### :bug: (Bug Fix) +* fix(sdk-metrics): increase the depth of the output to the console such that objects in the metric are printed fully to the console [#4522](https://github.com/open-telemetry/opentelemetry-js/pull/4522) @JacksonWeber + ### :books: (Refine Doc) ### :house: (Internal) @@ -35,7 +37,6 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ * fixes a bug where `Meter.createHistogram()` with the advice `explicitBucketBoundaries: []` would throw * fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) @pichlermarc * fixes a bug where old versions of `zone.js` affected by would be pulled in - * fix(sdk-metrics): increase the depth of the output to the console such that objects in the metric are printed fully to the console [#4522](https://github.com/open-telemetry/opentelemetry-js/pull/4522) @JacksonWeber ### :books: (Refine Doc)