Skip to content

Commit 2757bf6

Browse files
authored
fix: Github > GitHub (#7042)
1 parent 6cf7983 commit 2757bf6

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

src/docs/product/accounts/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Of course, you're welcome to go through all the steps, even if you're a team of
1919

2020
## 1. Enable Single Sign-On Access
2121

22-
[Single sign-on (SSO)](/product/accounts/sso/) allows your team to log in quickly, streamlines the on/off-boarding process for member accounts, and strengthens your login with secure credentials. Sentry provides out-of-the-box configuration for integrating SSO providers like [Okta](/product/accounts/sso/#okta) and [Azure Active Directory](/product/accounts/sso/#azure-active-directory) (SAML) or [Google](/product/accounts/sso/#google-business-app) and [Github](/product/accounts/sso/#github-organizations) (Oauth). In addition, we provide a generic configuration option for any other [SAML2 Identity Provider](/product/accounts/sso/saml2/).
22+
[Single sign-on (SSO)](/product/accounts/sso/) allows your team to log in quickly, streamlines the on/off-boarding process for member accounts, and strengthens your login with secure credentials. Sentry provides out-of-the-box configuration for integrating SSO providers like [Okta](/product/accounts/sso/#okta) and [Azure Active Directory](/product/accounts/sso/#azure-active-directory) (SAML) or [Google](/product/accounts/sso/#google-business-app) and [GitHub](/product/accounts/sso/#github-organizations) (Oauth). In addition, we provide a generic configuration option for any other [SAML2 Identity Provider](/product/accounts/sso/saml2/).
2323

2424
Sentry also supports a subset of the specification for System for Cross-Domain Identity Management (SCIM) for [Okta](/product/accounts/sso/okta-sso/okta-scim/) and [Azure AD](/product/accounts/sso/azure-sso/#scim-integration).
2525

src/docs/product/codecov/set-up.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ If you're a user of both Codecov and Sentry, you can enable the Codecov integrat
1010
There are a few prerequisites that have to be fulfilled in order for Codecov to work in Sentry. You have to have:
1111

1212
- Owner or manager-level permissions in Sentry.io.
13-
- The [Github Integration](/product/integrations/source-code-mgmt/github/) installed in Sentry with [Code Mappings](/product/integrations/source-code-mgmt/github/#stack-trace-linking) enabled.
13+
- The [GitHub Integration](/product/integrations/source-code-mgmt/github/) installed in Sentry with [Code Mappings](/product/integrations/source-code-mgmt/github/#stack-trace-linking) enabled.
1414

1515
<Note>
16-
If you have the Github integration set up correctly, your stack traces will
17-
show an “Open this line in Github” prompt that will take you to your app's
16+
If you have the GitHub integration set up correctly, your stack traces will
17+
show an “Open this line in GitHub” prompt that will take you to your app's
1818
code.
1919
</Note>
2020

src/docs/product/issues/ownership-rules/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Let us know if you have feedback: [ecosystem-feedback@sentry.io](mailto:ecosyste
115115

116116
</Note>
117117

118-
![External team mappings for Github/Gitlab](external_team_mappings.png)
118+
![External team mappings for GitHub/Gitlab](external_team_mappings.png)
119119

120-
![External user mappings for Github/Gitlab](external_user_mappings.png)
120+
![External user mappings for GitHub/Gitlab](external_user_mappings.png)
121121

122122
Create external team/user mappings for your GitHub/GitLab teams and users by navigating to **Settings > Integrations > GitHub/GitLab > [Configuration] > Team Mappings/User Mappings**. Suggestions will come from any CODEOWNERS files on projects for the organization.
123123

src/docs/product/issues/suspect-commits/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can send us your commit data [manually](/product/releases/associate-commits/
7171
- Your organization doesn't have a GitHub or Gitlab integration.
7272
- Your integration has gotten disconnected.
7373

74-
Sentry will attempt to find suspect commits via your Github or Gitlab integration by default. If this fails and you've set up the manual process, Sentry will fall back to using the release commit data to find suspect commits.
74+
Sentry will attempt to find suspect commits via your GitHub or Gitlab integration by default. If this fails and you've set up the manual process, Sentry will fall back to using the release commit data to find suspect commits.
7575

7676
## Missing Suspect Commits
7777

src/docs/product/releases/setup/release-automation/github-deployment-gates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ If you make changes to your organization slug, you'll need to update your config
1313

1414
The [Sentry GitHub Deployment Gates](https://github.com/apps/sentry-deployment-gate) allows Sentry to interact with GitHub releases via deployment protection rules. After sending Sentry release information, you can watch a release for errors and reject a canary release before it is fully deployed.
1515

16-
For more details about Sentry Deployment Gate, see the [Github Application](https://github.com/apps/sentry-deployment-gate).
16+
For more details about Sentry Deployment Gate, see the [GitHub Application](https://github.com/apps/sentry-deployment-gate).

src/gatsby/utils/resolveOpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function main() {
1818
return data;
1919
} catch (error) {
2020
console.log(
21-
`Failed to connect to ${process.env.OPENAPI_LOCAL_PATH}. Continuing to fetch versioned schema from Github.
21+
`Failed to connect to ${process.env.OPENAPI_LOCAL_PATH}. Continuing to fetch versioned schema from GitHub.
2222
${error}`
2323
);
2424
}

src/platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We've compiled a list of guides on how to upload source maps to Sentry for the m
2020
</Note>
2121
- <PlatformLink to="/sourcemaps/uploading/uglifyjs/">UglifyJS</PlatformLink>
2222
- <PlatformLink to="/sourcemaps/uploading/systemjs/">SystemJS</PlatformLink>
23-
- [Github Actions](/product/releases/setup/release-automation/github-actions/)
23+
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)
2424

2525
### Other Tools
2626

src/platforms/android/configuration/integrations/okhttp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ import retrofit2.HttpException
330330

331331
try {
332332
// If this API call returns 500, it will be captured as an error event by the `SentryOkHttpInterceptor`.
333-
return GithubAPI.service.listReposAsync("getsentry")
333+
return GitHubAPI.service.listReposAsync("getsentry")
334334
} catch (e: HttpException) {
335335
// Do not manually capture this exception to avoid duplicated error events.
336336
// Sentry.captureException(e)

src/platforms/android/configuration/integrations/room-and-sqlite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To view the recorded transaction, log into [sentry.io](https://sentry.io) and op
151151

152152
<Note>
153153

154-
At the moment, we only support standard `androidx.room` usage. That is, the SDK will not report SQL queries for any `SupportSQLiteOpenHelper.Factory` other than [androidx.sqlite](https://github.com/androidx/androidx/tree/androidx-main/sqlite). However, if you are using a different `SupportSQLiteOpenHelper.Factory`, please report any [issues on Github](https://github.com/getsentry/sentry-android-gradle-plugin/issues), so we are aware and can possibly work on them.
154+
At the moment, we only support standard `androidx.room` usage. That is, the SDK will not report SQL queries for any `SupportSQLiteOpenHelper.Factory` other than [androidx.sqlite](https://github.com/androidx/androidx/tree/androidx-main/sqlite). However, if you are using a different `SupportSQLiteOpenHelper.Factory`, please report any [issues on GitHub](https://github.com/getsentry/sentry-android-gradle-plugin/issues), so we are aware and can possibly work on them.
155155

156156
</Note>
157157

0 commit comments

Comments
 (0)