Skip to content

Ivshti/catch-my-exceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

catch-my-exceptions

Catch node.js exceptions and send a detailed trace to a Slack webhook

var catchMyExceptions = require('catch-my-exceptions')

catchMyExceptions(webbookUri, opts)

Call catchMyExceptions with your Slack webhookUri and the appropriate options at the initialization of your app.

Opts:

quitOnException - default true - whether to process.exit(1) upon an exception

slackChannel - default #bugs

slackUsername - default webhookbot

About

Catch node.js exceptions and send a detailed trace to a Slack webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published