todomvc-plusplus
todomvc-plusplus copied to clipboard
For production environment, send exceptions caught in Express to Rollbar
Right now our back end app doesn't do much in the way of error handling. Let's start to patch that up by at least sending errors in our Express app to the Rollbar service. I wonder if Rollbar has a middleware just for Express applications...