Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firelemons/bugsnag-to-discord
- Owner: FireLemons
- Created: 2023-09-01T22:44:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T22:21:56.000Z (12 months ago)
- Last Synced: 2024-11-28T20:29:24.760Z (30 days ago)
- Language: TypeScript
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
}
```