Skip to content
/ booger Public

CLI app to generate a Bugsnag report and post it to Slack

Notifications You must be signed in to change notification settings

trafi/booger

Repository files navigation

Booger

Generates an aggregate stability report of multiple Bugsnag projects and posts it to Slack.

Develop

In the Run / Debug configuration, specify under Configuration > Program arguments:

  • --bugsnag-token - the Bugsnag API token
  • --slack-token - the Slack API token
  • --slack-channel-id - the Slack channel to post to

Get a Bugsnag token

  1. My Account > Personal auth tokens

Get a Slack token

  1. Create a Slack app
  2. OAuth & Permissions > Scopes > chat:write
  3. Install app into workspace, add to channel
  4. OAuth & Permissions > Bot User OAuth Token

Read more on Slack token types.

Get a Slack channel id

  1. Open channel details
  2. Find Channel ID in the bottom

Run

To build and run the program using Gradle, use run:

./gradlew run --args="--bugsnag-token=TOKEN --slack-token=TOKEN --slack-channel-id=CHANNEL_ID"

About

CLI app to generate a Bugsnag report and post it to Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages