Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit e5a86a8

Browse files
committed
Merge pull request #7 from theY4Kman/patch-1
Improving the instructions
2 parents d282174 + e8e40b8 commit e5a86a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ Install the package via ``pip``::
1212

1313
pip install sentry-github
1414

15+
You'll have to create an application in GitHub to get the app ID and API secret. Use the following for the Authentication redirect URL::
16+
17+
<URL_TO_SENTRY>/account/settings/social/complete/github/
18+
1519
Ensure you've configured GitHub auth in Sentry::
1620

17-
# https://github.com/settings/applications/new
18-
GITHUB_APP_ID = ''
19-
GITHUB_API_SECRET = '
21+
GITHUB_APP_ID = 'GitHub Application Client ID'
22+
GITHUB_API_SECRET = 'GitHub Application Client Secret'
2023
GITHUB_EXTENDED_PERMISSIONS = ['repo']
2124

2225
Associate your account with GitHub (if you haven't already) via Account -> Identities. If you had

0 commit comments

Comments
 (0)