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: experimental/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ All notable changes to experimental packages in this project will be documented
50
50
51
51
### :bug: (Bug Fix)
52
52
53
+
* fix(instrumentation-http): Fix the `OTEL_SEMCONV_STABILITY_OPT_IN` variable check. Using `of` instead of `in`[#5137](https://github.com/open-telemetry/opentelemetry-js/pull/5137)
54
+
53
55
* fix(instrumentation-http): drop url.parse in favor of URL constructor [#5091](https://github.com/open-telemetry/opentelemetry-js/pull/5091)@pichlermarc
54
56
* fixes a bug where using cyrillic characters in a client request string URL would throw an exception, whereas an un-instrumented client would accept the same input without throwing an exception
0 commit comments