kentaro-m / auto-assign

🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
https://probot.github.io/apps/auto-assign/
ISC License
250 stars 54 forks source link

Add error tracking #32

Closed kentaro-m closed 6 years ago

kentaro-m commented 6 years ago

Probot comes bundled with a client for the Sentry exception tracking platform. To enable Sentry:

  1. Install Sentry from Marketplace (with 10k events/month free) or host your own instance (Students can get extra Sentry credit)
  2. Follow the setup instructions to find your DSN.
  3. Set the SENTRY_DSN environment variable with the DSN you retrieved.

Deployment | Probot

kentaro-m commented 6 years ago

I have completed the configuration for Sentry.