Skip to content

Commit f8f45f5

Browse files
author
J4YM
committed
set new in version
#4374 (review)
1 parent 1e66df5 commit f8f45f5

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/node/guides/aws-lambda

1 file changed

+1
-1
lines changed

src/platforms/node/guides/aws-lambda/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exports.handler = Sentry.AWSLambda.wrapHandler(yourHandler, {
8282

8383

8484
## Capture Rejected Promises in `Promise.allSettled`
85-
_(New in version ??)_
85+
_(New in version 6.14.3)_
8686

8787
By default, Sentry captures errors raised by your handler.
8888
However, your handler might return a `Promise.allSettled` result.

0 commit comments

Comments
 (0)