Skip to content

Commit c4da682

Browse files
cjihrigtargos
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 <gpunathi@in.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 39da5bf commit c4da682

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,14 +667,15 @@ Name of the file to which the report will be written.
667667
<!-- YAML
668668
added: v11.8.0
669669
changes:
670+
- version: REPLACEME
671+
pr-url: https://github.com/nodejs/node/pull/32496
672+
description: This option is no longer considered experimental.
670673
- version: v12.0.0
671674
pr-url: https://github.com/nodejs/node/pull/27312
672675
description: changed from `--diagnostic-report-on-fatalerror` to
673676
`--report-on-fatalerror`
674677
-->
675678

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

0 commit comments

Comments
 (0)