Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function NotFound() {
<div className="pt-8 flex gap-4">
<Button variant="solid" size="3" asChild>
<a href={reportUrl} target="_blank" rel="noreferrer">
Report 404 on Github
Report 404 on GitHub
</a>
</Button>
<Button variant="soft" size="3" asChild>
Expand Down
2 changes: 1 addition & 1 deletion apps/changelog/src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function NotFound() {
target="_blank"
rel="noreferrer"
>
Report 404 on Github
Report 404 on GitHub
</a>
</Button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion develop-docs/engineering-practices/code-review.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Please be pragmatic, and consider the cost of each incremental request for chang

- We’re a team – *[we ride together, we die together](https://www.youtube.com/watch?v=1d5Q0vXbODs)* – and you need to unblock other developers so that we can all move forward.
- We recommend checking for open code reviews at the start and end of every day.
- [Github's Review Requests tab](https://github.com/pulls/review-requested) can be a helpful place to keep track of these.
- [GitHub's Review Requests tab](https://github.com/pulls/review-requested) can be a helpful place to keep track of these.

### Example of a *pretty good* code review

Expand Down
2 changes: 1 addition & 1 deletion develop-docs/integrations/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_title: GitHub

## Create a GitHub App

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.
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 App name and GitHub Org Slug must not contain any spaces.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Section contains JavaScript SDK-specific information that's useful for deve
If you're looking to contribute new features to the SDK or want to understand what data you can consume from the JS SDK, this is the right place to start.
The JS SDK team encourages community or cross-team contributions to the SDK and is happy to help you get started.

Please reach out to the SDK team (on [Github](https://github.com/getsentry/sentry-javascript) or internally in Slack `#discuss-javascript`) if you have questions, concerns or plan on building a larger feature.
Please reach out to the SDK team (on [GitHub](https://github.com/getsentry/sentry-javascript) or internally in Slack `#discuss-javascript`) if you have questions, concerns or plan on building a larger feature.

<Alert level="warning">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Both these layers include the latest Sentry JavaScript SDK (or Python SDK).
### Building of the Python Layer

The contents of the Layer directory for the Python layer are built during the
"CI" workflow in Github actions. The steps necessary can be found
"CI" workflow in GitHub actions. The steps necessary can be found
[here](https://github.com/getsentry/sentry-python/blob/master/.github/workflows/ci.yml).

This will prepare the Lambda layer directory, compress everything and upload the resulting zip file as
Expand All @@ -65,7 +65,7 @@ release of the Python SDK.
### Building of the JavaScript/Node Layer

The contents of the Layer directory for the JavaScript/Node layer are built during the
"Build & Test" workflow in Github actions. The steps necessary can be found
"Build & Test" workflow in GitHub actions. The steps necessary can be found
[here](https://github.com/getsentry/sentry-javascript/blob/master/.github/workflows/build.yml).

This will prepare the Lambda layer directory, compress everything and upload the resulting zip file as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@ This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-

### Missing Member Detection

If there are users committing to Github repositories linked to Sentry and they're not members of your organization, Sentry detects them as missing members. Once a month, Sentry sends organization owners and managers an email reminding them to invite those users to join their org. Sentry also shows a banner to invite missing members in the **Settings > Members** page.
If there are users committing to GitHub repositories linked to Sentry and they're not members of your organization, Sentry detects them as missing members. Once a month, Sentry sends organization owners and managers an email reminding them to invite those users to join their org. Sentry also shows a banner to invite missing members in the **Settings > Members** page.

![Github missing members invite banner](./img/github-missing-members-banner.png)
![GitHub missing members invite banner](./img/github-missing-members-banner.png)

The banner shows the 5 most active contributors that are not yet in the organization. To see all missing members (up to 50), click "View All" in the banner. To snooze the banner, click the ellipsis, then select "Hide Missing Members".

Clicking "View All" on the invite banner will display the invite modal. From here, you can select multiple users and assign roles and teams before inviting them.

![Github missing members invite modal](./img/github-missing-members-modal.png)
![GitHub missing members invite modal](./img/github-missing-members-modal.png)

By default, this feature is automatically enabled once your GitHub integration has been set up. To disable it, go to **Settings > Integrations > GitHub** and toggle it off.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To solve these problems, we provide the ability to use a custom worker script. T

Follow these steps in order to use a custom compression worker:

1. Download the [example worker script](https://github.com/getsentry/sentry-javascript/blob/develop/packages/replay-worker/examples/worker.min.js) from our Github repository.
1. Download the [example worker script](https://github.com/getsentry/sentry-javascript/blob/develop/packages/replay-worker/examples/worker.min.js) from our GitHub repository.
2. Host this worker script on the same domain as your application. For example, if your application is hosted at `https://example.com`, you could host the worker script at `https://example.com/assets/worker.min.js`.
3. Configure your custom worker script in Replay:

Expand Down
2 changes: 1 addition & 1 deletion docs/product/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Our [**LLM Monitoring**](/product/insights/llm-monitoring/) feature gives you in
Sentry provides many [**integrations**](/organization/integrations/) to support a seamless developer workflow, including:

- [Source code management](/organization/integrations/source-code-mgmt/), code mapping, code owners, and suspect commits with GitHub, GitLab, Azure DevOps, and Bitbucket.
- [Issue tracking](/organization/integrations/issue-tracking/) with Jira, Github, and many other tools.
- [Issue tracking](/organization/integrations/issue-tracking/) with Jira, GitHub, and many other tools.
- [Alerts and notifications](/organization/integrations/notification-incidents/) with Slack, Discord, PagerDuty, and more.

### SDK Support for Over 100 Platforms
Expand Down
2 changes: 1 addition & 1 deletion docs/product/insights/frontend/assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following tokens will be replaced with \* within a asset url

Asset parametrization is still a work-in-progress. As these improvements are made, you will will temporarily see instances of the new and old groupings in your Asset Module.

Let us know of any feedback through Github Issues.
Let us know of any feedback through GitHub Issues.

</Alert>

Expand Down
2 changes: 1 addition & 1 deletion includes/feature-stage-beta-uptime.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Alert>

Sentry Uptime Monitoring is currently in open beta, so be gentle - features are still in-progress and may have bugs. We recognize the irony.
For any questions or feedback, you can reach us on [Github Discussions](https://github.com/getsentry/sentry/discussions/78100).
For any questions or feedback, you can reach us on [GitHub Discussions](https://github.com/getsentry/sentry/discussions/78100).

</Alert>
Loading