report: add `--report-exclude-network` option by Ethan-Arrowood · Pull Request #51645 · nodejs/node
added
c++
labels
Feb 2, 2024
Ethan-Arrowood
changed the title
report: add
report: add --report-disable-network option--report-network-disabled option
Ethan-Arrowood added a commit to Ethan-Arrowood/node that referenced this pull request
Feb 5, 2024Adds a new option `process.report.networkDisabled` and cli option `--report-network-disabled` which will disable any netowkring operations for the `report` generation. Fixes: nodejs#46060 PR-URL: nodejs#51645
Ethan-Arrowood added a commit to Ethan-Arrowood/node that referenced this pull request
Feb 5, 2024Adds a new option `process.report.networkDisabled` and cli option `--report-network-disabled` which will disable any netowkring operations for the `report` generation. Fixes: nodejs#46060 PR-URL: nodejs#51645
anonrig
added
semver-minor
labels
Feb 5, 2024New 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: nodejs#46060 PR-URL: nodejs#51645 Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters