Skip to content

Commit 6044b4f

Browse files
authored
Update deprecated attributes (#207)
1 parent 9910853 commit 6044b4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Watchers/ClientRequestWatcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function recordRequest(RequestSending $request): void
5050
TraceAttributes::HTTP_REQUEST_METHOD => $request->request->method(),
5151
TraceAttributes::URL_FULL => $processedUrl,
5252
TraceAttributes::URL_PATH => $parsedUrl['path'] ?? '',
53-
TraceAttributes::HTTP_HOST => $parsedUrl['host'] ?? '',
5453
TraceAttributes::URL_SCHEME => $parsedUrl['scheme'] ?? '',
5554
TraceAttributes::SERVER_ADDRESS => $parsedUrl['host'] ?? '',
5655
TraceAttributes::SERVER_PORT => $parsedUrl['port'] ?? '',

0 commit comments

Comments
 (0)