File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/opentelemetry-instrumentation-http/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
3232### :house : Internal
3333
3434* test(otlp-grpc-exporter-base): increase timeout in flaky test [ #6042 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/6042 ) @cjihrig
35- * test(sdk-node): use process.env consistently in tests [ #xxxx ] ( https://github.com/open-telemetry/opentelemetry-js/pull/xxxx ) @cjihrig
35+ * test(sdk-node): use process.env consistently in tests [ #6052 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/6052 ) @cjihrig
3636
3737## 0.207.0
3838
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export const getAbsoluteUrl = (
116116 }
117117 // Redact sensitive query parameters
118118 if ( path . includes ( '?' ) ) {
119- //const [pathname, query] = path.split('?', 2);
120119 const parsedUrl = url . parse ( path ) ;
121120 const pathname = parsedUrl . pathname || '' ;
122121 const query = parsedUrl . query || '' ;
You can’t perform that action at this time.
0 commit comments