Error2Slack
Installation
npm i error2slack --save
Usage
require('error2slack')(options);
Options
- url - This should be your slack webhook url
- forceShutdown - Force the shut down of your app when an error occurs
NPM Package that sends any uncaught errors in a Node.JS app to a specific slack channel
JavaScript