You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/organization/integrations/source-code-mgmt/github/index.mdx
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ sidebar_order: 1
4
4
description: "Learn more about Sentry's GitHub integration and how it can track and resolve bugs faster by using data from your GitHub commits, and streamline your triaging process by creating a GitHub issue directly from Sentry."
5
5
---
6
6
7
-
If you're not sure which GitHub integration you need to configure, please take a look at the URL. URLs like `https://github.com/org-name` are usually for GitHub-hosted accounts and should use the regular GitHub (not GitHub Enterprise) integration. See [Install](#install) for more details.
7
+
There are two types of GitHub integrations, so make sure you're choosing the correct one:
8
+
-[GitHub](#installing-github) - For regular GitHub accounts, these will have URLs like `https://github.com/org-name`. Follow the '[Installing GitHub](#installing-github)' instructions, do not use the GitHub Enterprise integration.
9
+
-[GitHub Enterprise](#installing-github-enterprise) - For GitHub Enterprise Cloud or GitHub Enterprise Server instances. GitHub Enterprise Server accounts are self-hosted, so usually have URLs like `https://github.org-name.com`, while GitHub Enterprise Cloud accounts have URLs like `https://github.com/enterprises/org-name` or `https://ghe.com/org-name`. These [can also be modified](https://docs.github.com/en/enterprise-cloud@latest/admin/managing-your-enterprise-account/changing-the-url-for-your-enterprise) so make sure you have have the correct URL during installation. For these accounts, follow the '[Installing GitHub Enterprise](#installing-github-enterprise)' instructions, do not use the regular GitHub integration.
8
10
9
-
Self-hosted GitHub Enterprise accounts typically have URLs that look more like `https://github.org-name.com` (or some other customization of the domain). In this case, you should configure the [GitHub Enterprise integration](#github-enterprise).
10
-
11
-
## Install
11
+
## Installing GitHub
12
12
13
13
<Alert>
14
14
@@ -34,23 +34,16 @@ Sentry owner, manager, or admin permissions, and GitHub owner permissions are re
34
34
35
35
The GitHub integration is available for all projects under your Sentry organization. You can connect multiple GitHub organizations to one Sentry organization, but you **cannot** connect a single GitHub organization to multiple Sentry organizations.
36
36
37
-
## GitHub Enterprise
38
-
39
-
<Alert>
40
-
41
-
If your GitHub Enterprise instance is self-hosted/on-prem, follow the instructions below.
42
-
If you're using GitHub Enterprise Cloud, follow the [instructions for GitHub](/organization/integrations/source-code-mgmt/github/#install).
43
-
44
-
</Alert>
37
+
## Installing GitHub Enterprise
45
38
46
-
####Add new GitHub App
39
+
### Add new GitHub App
47
40
48
41
1. Confirm [Sentry's IP ranges](/security-legal-pii/security/ip-ranges/) are allowed for your GitHub Enterprise instance.
49
42
2. In your GitHub Enterprise organization, navigate to Settings > Developer Settings > **GitHub Apps** and click to add a new **New GitHub App**.
0 commit comments