Skip to content

Commit e0b8148

Browse files
committed
fix typo in node's handlers integration
1 parent b1ad20e commit e0b8148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function tracingHandler(): (
5555
res: http.ServerResponse,
5656
next: (error?: any) => void,
5757
): void {
58-
// Extract data from traceheaders
58+
// Extract data from trace headers
5959
let traceparentData, tracestateData;
6060
if (req.headers?.['sentry-trace']) {
6161
traceparentData = extractSentrytraceData(req.headers['sentry-trace'] as string);

0 commit comments

Comments
 (0)