Skip to content

Commit

Permalink
add new ea github comment feature (#7510)
Browse files Browse the repository at this point in the history
* add new ea github comment feature

* style(lint): Auto commit lint changes

* Update src/docs/product/accounts/early-adopter-features/index.mdx

* Update src/docs/product/integrations/source-code-mgmt/github/index.mdx

* Update src/docs/product/integrations/source-code-mgmt/github/index.mdx

* Update src/docs/product/accounts/early-adopter-features/index.mdx

* Update src/docs/product/integrations/source-code-mgmt/github/index.mdx

* style(lint): Auto commit lint changes

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
lizokm and getsantry[bot] authored Jul 26, 2023
1 parent 3314535 commit 5cd88e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/docs/product/integrations/source-code-mgmt/github/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,16 @@ You can also resolve issues with pull requests by including `fixes <SENTRY-SHORT

When Sentry sees this, we’ll automatically annotate the matching issue with a reference to the commit or pull request, and, later, when that commit or pull request is part of a release, we’ll mark the issue as resolved. The commit must be associated with a release. Otherwise, if the commit is squashed, Sentry won’t know when the commit has been released, and the issue may never be marked as a regression. With GitHub, we recommend using `fixes <SENTRY-SHORT-ID>` in the body of your pull request that is going to be merged to your main branch.

### Get Sentry Comments on Suspect Pull Requests

If a recently merged pull request is suspected of causing an issue, Sentry will comment on it as in the example below.

![Sentry comment on suspect pull request in GitHub](sentry-github-pr-comment.png)

This feature will be automatically enabled for you once your GitHub integration has been set up. To disable it, go to **Settings > Integrations > GitHub** and toggle it off.

![How to disable Sentry comments on GitHub pull requests](github-org-settings.png)

### Stack Trace Linking

<Note>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 5cd88e6

@vercel
Copy link

@vercel vercel bot commented on 5cd88e6 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.