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
@@ -22,6 +16,12 @@ All notable changes to experimental packages in this project will be documented
22
16
23
17
## 0.38.0
24
18
19
+
### :boom: Breaking Change
20
+
21
+
* fix: remove HTTP/HTTPS prefix from span name in instrumentation-xml-http-request [#3672](https://github.com/open-telemetry/opentelemetry-js/pull/3672)@jufab
* Please use `NodeSDKConfiguration.resource` instead
24
+
25
25
### :bug: (Bug Fix)
26
26
27
27
* fix(sdk-node): only set DiagConsoleLogger when OTEL_LOG_LEVEL is set [#3693](https://github.com/open-telemetry/opentelemetry-js/pull/3672)@pichlermarc
@@ -47,6 +47,9 @@ All notable changes to experimental packages in this project will be documented
* feat(sdk-node): override IdGenerator when using NodeSDK [#3645](https://github.com/open-telemetry/opentelemetry-js/pull/3645)@haddasbronfman
49
49
* feat(otlp-transformer): expose dropped attributes, events and links counts on the transformed otlp span [#3576](https://github.com/open-telemetry/opentelemetry-js/pull/3576)@mohitk05
0 commit comments