diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e776705eb..c12dad7fd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ 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)