Skip to content

Commit 8fb7852

Browse files
cjihrigBridgeAR
authored andcommitted
cli, report: move --report-on-fatalerror to stable
This commit moves the last experimental feature of diagnostic reports to stable status. PR-URL: #32496 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a0be60e commit 8fb7852

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/cli.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -648,14 +648,15 @@ Name of the file to which the report will be written.
648648
<!-- YAML
649649
added: v11.8.0
650650
changes:
651+
- version: REPLACEME
652+
pr-url: https://github.com/nodejs/node/pull/32496
653+
description: This option is no longer considered experimental.
651654
- version: v12.0.0
652655
pr-url: https://github.com/nodejs/node/pull/27312
653656
description: changed from `--diagnostic-report-on-fatalerror` to
654657
`--report-on-fatalerror`
655658
-->
656659

657-
> Stability: 1 - Experimental
658-
659660
Enables the report to be triggered on fatal errors (internal errors within
660661
the Node.js runtime such as out of memory) that lead to termination of the
661662
application. Useful to inspect various diagnostic data elements such as heap,

0 commit comments

Comments
 (0)