You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se
104
104
105
105
* fix(exporter-zipkin): remove usages of deprecated `url.parse` from `node:url`[#5390](https://github.com/open-telemetry/opentelemetry-js/pull/5390)@chancancode
106
106
* fix(sdk-metrics): do not export from `PeriodicExportingMetricReader` when there are no metrics to export. [#5288](https://github.com/open-telemetry/opentelemetry-js/pull/5288)@jacksonweber
107
+
* fix(sdk-trace-base): always wait on pending export in SimpleSpanProcessor. [#5303](https://github.com/open-telemetry/opentelemetry-js/pull/5303)@anuraaga
0 commit comments