Skip to content

Commit af57386

Browse files
committed
fix options
1 parent e2d7751 commit af57386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const _httpServerIntegration = ((options: HttpServerIntegrationOptions = {}) =>
9191
sessions: options.sessions ?? true,
9292
sessionFlushingDelayMS: options.sessionFlushingDelayMS ?? 60_000,
9393
maxRequestBodySize: options.maxRequestBodySize ?? 'medium',
94-
...options,
94+
ignoreRequestBody: options.ignoreRequestBody,
9595
};
9696

9797
return {

0 commit comments

Comments
 (0)