hubot-airbrake-notifier

A hubot script that notify to every time a new error occurs in Airbrake

Usage no npm install needed!

<script type="module">
  import hubotAirbrakeNotifier from 'https://cdn.skypack.dev/hubot-airbrake-notifier';
</script>

README

hubot-airbrake-notifier

wercker status Coverage Status Dependencies Status

A hubot script that notify to every time a new error occurs in Airbrake

See src/airbrake-notifier.coffee for full documentation.

Installation

In hubot project repo, run:

npm install git://github.com/1syo/hubot-airbrake-notifier.git --save

Then add hubot-airbrake-notifier to your external-scripts.json:

["hubot-airbrake-notifier"]

Set HUBOT_AIRBRAKE_SUBDOMAIN environment variable:

export HUBOT_AIRBRAKE_SUBDOMAIN=YOUR_SUBDOMAIN_HEARE

Airbrake configuration

Configure your Airbrake webhook integration:

Url: <hubot host>:<hubot port>/<hubot name>/airbrake/<room>

Notification examples

If you use slack adapter then your notice use Slack attachments.

Slack Adapter

Slack Adapter (fallback)

Shell Adapter