Improve description of detectLateRejectionHandling feature in release notes

This commit is contained in:
Steve Gravrock
2025-08-30 14:00:00 -07:00
parent 7978ad9889
commit fa9939ae94

View File

@@ -2,7 +2,8 @@
## New Features
* Optionally detect late promise rejections and don't report them as errors
* Optionally detect promise rejections that are handled after an initial
unhandled promise rejection event and don't report them as errors.
This is off by default because it comes with a performance cost. It can be
enabled by setting the `detectLateRejectionHandling` config property to true.
* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`.