OpenTelemetry - CNCF/opentelemetry-js: Release v1.15.0
Name: opentelemetry-js
Owner: OpenTelemetry - CNCF
Release: v1.15.0
Released: 2023-07-06
License: Apache-2.0
Release Assets:
1.15.0
🐛 (Bug Fix)
- fix(opentelemetry-exporter-prometheus): Update default PrometheusExporter to not append a timestamp to match the text based exposition format #3961 @JacksonWeber
- fix(sdk-metrics): Update default Histogram's boundary to match OTEL's spec #3893 @chigia001
- fix(sdk-metrics): preserve startTime for cumulative ExponentialHistograms #3934 @aabmass
🏠 (Internal)
- feat(minification): [Minification] Add noEmitHelpers, importHelpers and tslib as a dependency #3913 @MSNev