Skip to content

Commit bc000a7

Browse files
vladanpaunovicAbhiPrasad
authored andcommitted
chore: set ignoreSentryErrors to true (#4994)
1 parent ef06081 commit bc000a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless/src/awslambda.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function wrapHandler<TEvent, TResult>(
226226
captureTimeoutWarning: true,
227227
timeoutWarningLimit: 500,
228228
captureAllSettledReasons: false,
229-
ignoreSentryErrors: false,
229+
ignoreSentryErrors: true,
230230
...wrapOptions,
231231
};
232232
let timeoutWarningTimer: NodeJS.Timeout;

0 commit comments

Comments
 (0)