hapijs / hapi

The Simple, Secure Framework Developers Trust
https://hapi.dev
Other
14.59k stars 1.34k forks source link

Want to implement Global Exception handler #4452

Open bandlachiranjeevi opened 1 year ago

bandlachiranjeevi commented 1 year ago

Support plan

Context

How can we help?

const some = 'properly formatted code example';
Marsup commented 1 year ago

Mind being more specific than just the title?

bandlachiranjeevi commented 1 year ago

Hi, Actually I am using @hapi/hapi package to load my node server. I want to handle exception handler globally. when there is error in any route I want to capture the logs using exception handler.

Marsup commented 1 year ago

That would be https://hapi.dev/api/?v=21.3.2#-request-event 2nd example I believe.