Skip to content

Commit

Permalink
docs(integrations): github app name must not contain any spaces (#12514)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 authored Jan 30, 2025
1 parent 5444fd1 commit 75794fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions develop-docs/integrations/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ sidebar_title: GitHub

## Create a GitHub App

To configure the GitHub integration you'll need to create a GitHub app and obtain credentials.
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.

<Alert level="warning">
The GitHub Org Slug must not contain any spaces.
The GitHub App name and GitHub Org Slug must not contain any spaces.
</Alert>

<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" />
Expand Down

0 comments on commit 75794fc

Please sign in to comment.