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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T01:43:05.000Z (about 1 year ago)
- Last Synced: 2025-09-12T08:56:31.646Z (10 months ago)
- Language: TypeScript
- Size: 273 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
}
```