@@ -1993,6 +1993,26 @@ changes:
19931993
19941994Location at which the report will be generated.
19951995
1996+ ### ` --report-exclude-env `
1997+
1998+ <!-- YAML
1999+ added: REPLACEME
2000+ -->
2001+
2002+ When ` --report-exclude-env ` is passed the diagnostic report generated will not
2003+ contain the ` environmentVariables ` data.
2004+
2005+ ### ` --report-exclude-network `
2006+
2007+ <!-- YAML
2008+ added:
2009+ - v22.0.0
2010+ - v20.13.0
2011+ -->
2012+
2013+ Exclude ` header.networkInterfaces ` from the diagnostic report. By default
2014+ this is not set and the network interfaces are included.
2015+
19962016### ` --report-filename=filename `
19972017
19982018<!-- YAML
@@ -2057,15 +2077,6 @@ Enables report to be generated upon receiving the specified (or predefined)
20572077signal to the running Node.js process. The signal to trigger the report is
20582078specified through ` --report-signal ` .
20592079
2060- ### ` --report-exclude-env `
2061-
2062- <!-- YAML
2063- added: REPLACEME
2064- -->
2065-
2066- When ` --report-exclude-env ` is passed the diagnostic report generated will not
2067- contain the ` environmentVariables ` data.
2068-
20692080### ` --report-signal=signal `
20702081
20712082<!-- YAML
@@ -2110,17 +2121,6 @@ Enables report to be generated when the process exits due to an uncaught
21102121exception. Useful when inspecting the JavaScript stack in conjunction with
21112122native stack and other runtime environment data.
21122123
2113- ### ` --report-exclude-network `
2114-
2115- <!-- YAML
2116- added:
2117- - v22.0.0
2118- - v20.13.0
2119- -->
2120-
2121- Exclude ` header.networkInterfaces ` from the diagnostic report. By default
2122- this is not set and the network interfaces are included.
2123-
21242124### ` -r ` , ` --require module `
21252125
21262126<!-- YAML
0 commit comments