node-export-server
node-export-server copied to clipboard
Add next(error) in returnErrorMiddleware
This makes it possible to add other custom error handlers. We use this to add Appsignal error handling (https://www.appsignal.com/nodejs).
@cvasseng Can you consider merging this?