microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js
MIT License
321 stars 138 forks source link

[Beta] Fix Auto Exception Collection #1282

Closed JacksonWeber closed 4 months ago

JacksonWeber commented 4 months ago

Exceptions were not being captured before process exit. This PR unifies how we handle uncaughtException and unhandledRejection events between all Node.js versions, as the uncaughtExceptionMonitor event listener was behaving unpredictably and not respecting the fulfillment of the .forceFlush() function before exiting program execution.