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.
new in version
1 parent 1e66df5 commit f8f45f5Copy full SHA for f8f45f5
src/platforms/node/guides/aws-lambda/index.mdx
@@ -82,7 +82,7 @@ exports.handler = Sentry.AWSLambda.wrapHandler(yourHandler, {
82
83
84
## Capture Rejected Promises in `Promise.allSettled`
85
-_(New in version ??)_
+_(New in version 6.14.3)_
86
87
By default, Sentry captures errors raised by your handler.
88
However, your handler might return a `Promise.allSettled` result.
0 commit comments