sentry-auth-github
sentry-auth-github copied to clipboard
GitHub SSO provider for Sentry
after clicking on "github" configuration, client_id is missing  auth link: https://github.com/login/oauth/authorize?scope=user%3Aemail%2Cread%3Aorg%2Crepo&state=5416e7d478fb4cf488e2825a91125d8b&redirect_uri=https%3A%2F%2Ferror-report.xxx.com%2Fauth%2Fsso%2F&response_type=code&client_id=
It's really toooooo much to get member's private repo access. --- This change is [](https://reviewable.io/reviews/getsentry/sentry-auth-github/14)
We have sentry 9.0 configured with `sentry-auth-github` and logins work fine. However, when I try to make an issue out of an event, I get a ``` You need to...
As of [Github Api v3](https://developer.github.com/v3/), default pagination value is 30 > Requests that return multiple items will be paginated to 30 items by default. I belong to too many github...
In my Github organization, I created an application for sentry and installed it my organization. When I try to link Configure the Github integration in sentry, I'm asked to select...
Can we have a pypi release for the latest code?
I had a brief amount of server downtime recently (I know, the shame), and `sentry-auth-github` threw the error: `'ConnectionError' object has no attribute 'status_code'`. Sounds like when [the request to...
I was thrown off by instructions from an earlier version that talked about /account/settings/social/associate/complete/github/, and the current wording didn't make clear to me that this has changed. Hopefully this does...