/error2slack

NPM Package that sends any uncaught errors in a Node.JS app to a specific slack channel

Primary LanguageJavaScript

Error2Slack

Build Status Coverage Status

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