Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: upgrade stability status of report API #35654

Merged

Commits on Oct 19, 2020

  1. doc: upgrade stability status of report API

    The property `process.report.reportOnFatalError`
    was deemed experimental, as it was not honored
    under certain scenarios (for example out of memory
    conditions). The report configuration were previously
    stored on the `environment` structure which was not
    available on these types of fatal error cases.
    
    The referenced PR has addressed this case (sometime
    back), and the property is working as intended.
    
    Refs: nodejs#32207
    PR-URL: nodejs#35654
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    gireeshpunathil committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7798e59 View commit details
    Browse the repository at this point in the history