@@ -1993,6 +1993,26 @@ changes:
1993
1993
1994
1994
Location at which the report will be generated.
1995
1995
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
+
1996
2016
### ` --report-filename=filename `
1997
2017
1998
2018
<!-- YAML
@@ -2057,15 +2077,6 @@ Enables report to be generated upon receiving the specified (or predefined)
2057
2077
signal to the running Node.js process. The signal to trigger the report is
2058
2078
specified through ` --report-signal ` .
2059
2079
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
-
2069
2080
### ` --report-signal=signal `
2070
2081
2071
2082
<!-- YAML
@@ -2110,17 +2121,6 @@ Enables report to be generated when the process exits due to an uncaught
2110
2121
exception. Useful when inspecting the JavaScript stack in conjunction with
2111
2122
native stack and other runtime environment data.
2112
2123
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
-
2124
2124
### ` -r ` , ` --require module `
2125
2125
2126
2126
<!-- YAML
0 commit comments