We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d7751 commit af57386Copy full SHA for af57386
packages/node-core/src/integrations/http/httpServerIntegration.ts
@@ -91,7 +91,7 @@ const _httpServerIntegration = ((options: HttpServerIntegrationOptions = {}) =>
91
sessions: options.sessions ?? true,
92
sessionFlushingDelayMS: options.sessionFlushingDelayMS ?? 60_000,
93
maxRequestBodySize: options.maxRequestBodySize ?? 'medium',
94
- ...options,
+ ignoreRequestBody: options.ignoreRequestBody,
95
};
96
97
return {
0 commit comments