Skip to content

Commit d26edc0

Browse files
committed
fix typo
1 parent 1e7eecd commit d26edc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ function patchRequestToCaptureBody(req: IncomingMessage, isolationScope: Scope):
394394
} else if (DEBUG_BUILD) {
395395
logger.log(
396396
INSTRUMENTATION_NAME,
397-
`Dropping request body chunk because it maximum body length of ${MAX_BODY_BYTE_LENGTH}b is exceeded.`,
397+
`Dropping request body chunk because maximum body length of ${MAX_BODY_BYTE_LENGTH}b is exceeded.`,
398398
);
399399
}
400400

0 commit comments

Comments
 (0)