Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firelemons/bugsnag-to-discord

Long polls bugsnag errors and posts them to discord via web hook
https://github.com/firelemons/bugsnag-to-discord

Last synced: 22 days ago
JSON representation

Long polls bugsnag errors and posts them to discord via web hook

Awesome Lists containing this project

README

        

# Bugsnag to Discord
Long polls bugsnag errors and posts them to discord via web hook

## Setup
`npm i`

## Developing
`npm run build` compile typescript into js
`npm run build:dev` compile javascript into js and watch for changes

## Config
in a file in the project root called `config.json`
```
{
"bugsnagAuthToken": "",
"bugsnagProjectID": "",
"discordWebhookID": "",
"discordWebhookToken": "",
"pollIntervalInMinutes": 30, // Optional default 30
"printBugsnagEventsToConsole": true // Optional default false
}
```