node/test/report
Ethan Arrowood 009665fb56
report: add --report-exclude-network option
New option `--report-exclude-network`, also available as
`report.excludeNetwork`, enables the user to exclude
networking interfaces in their diagnostic report.
On some systems, this can cause the report to take minutes
to generate so this option can be used to optimize that.

Fixes: https://github.com/nodejs/node/issues/46060

PR-URL: https://github.com/nodejs/node/pull/51645

Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2024-03-01 21:50:04 +00:00
..
report.status
test-report-config.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
test-report-exclude-network.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
test-report-fatalerror-oomerror-compact.js
test-report-fatalerror-oomerror-directory.js
test-report-fatalerror-oomerror-filename.js
test-report-fatalerror-oomerror-not-set.js
test-report-fatalerror-oomerror-set.js
test-report-getreport.js
test-report-signal.js
test-report-uncaught-exception-compat.js
test-report-uncaught-exception-handled.js
test-report-uncaught-exception-override.js
test-report-uncaught-exception-primitives.js
test-report-uncaught-exception-symbols.js
test-report-uncaught-exception.js
test-report-uv-handles.js
test-report-worker.js
test-report-writereport.js
testcfg.py