From d56b4e232ed2c9f909f3243794cd533399c87f9f Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Sat, 2 Mar 2024 23:19:42 -0800 Subject: [PATCH] update: add contribution to changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)