Skip to content

Commit a932d9a

Browse files
committed
smallest ref
1 parent 42407de commit a932d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export function httpRequestToRequestEventData(request: IncomingMessage): Request
445445
const normalizedRequest: RequestEventData = {
446446
url: absoluteUrl,
447447
method: request.method,
448-
query_string: extractQueryParamsFromUrl(request.url || ''),
448+
query_string: extractQueryParamsFromUrl(originalUrl),
449449
headers: headersToDict(request.headers),
450450
cookies,
451451
};

0 commit comments

Comments
 (0)