node-export-server icon indicating copy to clipboard operation
node-export-server copied to clipboard

Allow usage with Sentry

Open dcherman opened this issue 5 months ago • 0 comments

I'm looking to set up an instance of the export server at my company and integrate it with our Sentry setup for error monitoring. In order to do that correctly, we need to be able to add the middleware after all routes/controllers are registered, but before any global error handling is set up that does not pass the error along to the next error handler.

Would you be open to adding a hook to add error handling middlewares here?

dcherman avatar Jul 25 '25 18:07 dcherman