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.
rethrowAfterCapture
1 parent 25f1c49 commit dfc6d2eCopy full SHA for dfc6d2e
packages/serverless/src/awslambda.ts
@@ -34,7 +34,9 @@ export type AsyncHandler<T extends Handler> = (
34
35
export interface WrapperOptions {
36
flushTimeout: number;
37
- // TODO: DEPRECATED - remove `rethrowAfterCapture` in v7
+ /**
38
+ * @deprecated This option is unused since v6 and will be removed in v8.
39
+ */
40
rethrowAfterCapture?: boolean;
41
callbackWaitsForEmptyEventLoop: boolean;
42
captureTimeoutWarning: boolean;
0 commit comments