Skip to content

Commit d78670f

Browse files
committed
docs(integrations): github app name must not contain any spaces
Closes getsentry/self-hosted#3509
1 parent 75f3ac3 commit d78670f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/integrations/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ sidebar_title: GitHub
55

66
## Create a GitHub App
77

8-
To configure the GitHub integration you'll need to create a GitHub app and obtain credentials.
8+
To configure the GitHub integration you'll need to create a GitHub app and obtain credentials. Installation will fail if your Github App's name contains spaces.
99

1010
<Alert level="warning">
11-
The GitHub Org Slug must not contain any spaces.
11+
The GitHub App name and GitHub Org Slug must not contain any spaces.
1212
</Alert>
1313

1414
<CreateGitHubAppForm url="https://github.com/organizations/:org/settings/apps/new?name=:org-Sentry-Integration&public=false&members=read&emails=read&administration=read&contents=read&issues=write&pull_requests=write&repository_hooks=write&url=:url-prefix&callback_url=:url-prefix%2Fauth%2Fsso%2F&setup_url=:url-prefix%2Fextensions%2Fgithub%2Fsetup%2F&webhook_url=:url-prefix%2Fextensions%2Fgithub%2Fwebhook%2F&events[]=push&events[]=pull_request&webhook_active=true" defaultOrg="your-organization" defaultUrlPrefix="https://your-sentry-url-prefix.com" />

0 commit comments

Comments
 (0)