Improve description of detectLateRejectionHandling feature in release notes
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## New Features
|
## 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
|
This is off by default because it comes with a performance cost. It can be
|
||||||
enabled by setting the `detectLateRejectionHandling` config property to true.
|
enabled by setting the `detectLateRejectionHandling` config property to true.
|
||||||
* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`.
|
* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`.
|
||||||
|
|||||||
Reference in New Issue
Block a user