-
Notifications
You must be signed in to change notification settings - Fork 357
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
feat: add uncaughtException
handler
#6011
Conversation
📊 Benchmark resultsComparing with e6f5113
|
@netlify/support-pod-engineering would love a thumbs up from you on the copy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future want maybe - some way of adding a error ID of some kind for support cases to be tracked against errors automatically reported to the APM |
either @hrishikesh-k or @littlemarcus can take a look at this for Support - thank you! |
This is so cool!!! Thank you for adding this! |
Summary
Adds an
uncaughtException
handler to the process so that we can wrap any uncaught exceptions with some nice messaging explaining that an error with the Netlify CLI itself has occurred. The message also includes useful links and the full system info, ready to be copied and pasted to a bug report.