Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 260 Bytes

Webhook Alerts for Reportr

How to add it to your instance?

Add reportr-alerts-webhook to the package.json and load it in your Reportr configuration:

reportr.configure({
    alerts: [
        require("reportr-alerts-webhook")()
    ]
});