djtango / bugsnag-metrics

Playing with the Bugsnag API with Reason

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugsnag Metrics

This is tiiiny service to run a report some high level metrics on your bugsnag data. This is an example report:

Report for importer:
New errors introduced this week: 2
Total errors with events this week: 5
% errors being snoozed: 40.%

This is intended to be used as a Slack command. If you register your endpoint in the Slack interface you can register a webhook command that will ping this server.

Note that the configuration variables webHookUrl orgId authToken and isMyProject are hardcoded and need to be filled in

Also note: don't put this in production.

Build

You can build this locally using the command
(If you need a Reason docker environment you can use mine)


npm run build

Running the server

Is as simple as either:

npm run server

or

node src/Server.bs.js

About

Playing with the Bugsnag API with Reason


Languages

Language:Reason 100.0%