Skip to content

Commit

Permalink
Update deprecated attributes (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
weslenteche authored Oct 20, 2023
1 parent 9910853 commit 6044b4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Watchers/ClientRequestWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function recordRequest(RequestSending $request): void
TraceAttributes::HTTP_REQUEST_METHOD => $request->request->method(),
TraceAttributes::URL_FULL => $processedUrl,
TraceAttributes::URL_PATH => $parsedUrl['path'] ?? '',
TraceAttributes::HTTP_HOST => $parsedUrl['host'] ?? '',
TraceAttributes::URL_SCHEME => $parsedUrl['scheme'] ?? '',
TraceAttributes::SERVER_ADDRESS => $parsedUrl['host'] ?? '',
TraceAttributes::SERVER_PORT => $parsedUrl['port'] ?? '',
Expand Down

0 comments on commit 6044b4f

Please sign in to comment.