Skip to content

Commit 10eaf8f

Browse files
authored
fix(github): Fix docs typo and copy edit (#13877)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Kinda rushed the first PR, edited the copy and removed some of the unnecessary parts. <img width="746" alt="image" src="https://github.com/user-attachments/assets/2c10ca64-b21e-4c28-9348-77d1dd9f9bc1" /> ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 4678394 commit 10eaf8f

File tree

1 file changed

+4
-5
lines changed
  • docs/organization/integrations/source-code-mgmt/github

1 file changed

+4
-5
lines changed

docs/organization/integrations/source-code-mgmt/github/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ description: "Learn more about Sentry's GitHub integration and how it can track
55
---
66

77
There are two types of GitHub integrations, so make sure you're choosing the correct one:
8-
- [GitHub](#installing-github) - For most GitHub accounts, these will have URLs like `https://github.com/org-name`. **Most Github Enterprise Cloud customers should be able to use this integration. **Follow the '[Installing GitHub](#installing-github)' instructions, **do not use the GitHub Enterprise integration and please begin the installation from Sentry**.
9-
- [GitHub Enterprise](#installing-github-enterprise) - For GitHub Enterprise instances that **cannot be accessed from `https://github.com`**. For example, a custom domain:
8+
- [GitHub](#installing-github) - For individual GitHub users/organizations (as well as most GitHub Enterprise Cloud customers), so long as they are hosted on `github.com`. Follow the '[Installing GitHub](#installing-github)' instructions, **Please begin the installation from Sentry**.
9+
10+
- [GitHub Enterprise](#installing-github-enterprise) - For GitHub Enterprise instances that **cannot be accessed from `github.com`**. Usually these will have a custom domain, for example:
1011
- `https://github.example.com`
1112
- `https://ghe.example.com/`
1213

13-
For these accounts, and if your organization cannot access the [Sentry's GitHub App](https://github.com/apps/sentry-io) for whatever reason, follow the '[Installing GitHub Enterprise](#installing-github-enterprise)' instructions; it'll guide you through making your own GitHub App and allowing Sentry to use it for access to your organization. **Do not use the regular GitHub integration**.
14-
15-
## Installing GitHub
14+
For these accounts, follow the '[Installing GitHub Enterprise](#installing-github-enterprise)' instructions.
1615

1716
<Alert>
1817

0 commit comments

Comments
 (0)