sentry-github is an extension for Sentry which integrates with GitHub. Specifically, it allows you to easily create issues from events within Sentry.
Install
Install the package via pip:
pip install sentry-github
Ensure you've configured GitHub auth in Sentry:
# https://github.com/settings/applications/new
GITHUB_APP_ID = ''
GITHUB_API_SECRET = '
GITHUB_EXTENDED_PERMISSIONS = ['repo']
Associate your account with GitHub (if you haven't already) via Account -> Identities. If you had already associated your account, and you hadn't configured extended permissions, you'll need to disconnect and reconnect the account.
You'll now see a new action on groups which allows quick creation of GitHub issues.
Caveats
If you have multiple GitHub identities associated in Sentry, the plugin will just select one to use.
Product's homepage
Requirements:
· Python
· Sentry