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 ef06081 commit bc000a7Copy full SHA for bc000a7
packages/serverless/src/awslambda.ts
@@ -226,7 +226,7 @@ export function wrapHandler<TEvent, TResult>(
226
captureTimeoutWarning: true,
227
timeoutWarningLimit: 500,
228
captureAllSettledReasons: false,
229
- ignoreSentryErrors: false,
+ ignoreSentryErrors: true,
230
...wrapOptions,
231
};
232
let timeoutWarningTimer: NodeJS.Timeout;
0 commit comments