Skip to content

Commit 5af670a

Browse files
committed
Remove light-mode message from http integration on incoming requests
1 parent a19cacc commit 5af670a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/node-core/src/light/integrations/httpServerIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function instrumentServer(
119119
return target.apply(thisArg, args);
120120
}
121121

122-
DEBUG_BUILD && debug.log(INTEGRATION_NAME, 'Handling incoming request (light mode)');
122+
DEBUG_BUILD && debug.log(INTEGRATION_NAME, 'Handling incoming request');
123123

124124
const isolationScope = getIsolationScope().clone();
125125
const request = args[1] as IncomingMessage;

0 commit comments

Comments
 (0)