Skip to content

Commit

Permalink
add arcades to suspect commits doc (#7684)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Aug 23, 2023
1 parent 629f043 commit dba6760
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions src/docs/product/issues/suspect-commits/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,20 @@ When you've enabled suspect commits, we can tie together issues with the commits
- Files touched by those commits
- Authors of those files

Suspect commits and suggested assignees are then displayed on the **Issue Details** page in [sentry.io](https://sentry.io):

![The suspect commits and suggested assignees for an issue](suspect-commits-highlighted.png)
Suspect commits and suggested assignees are then displayed on the **Issue Details** page in [sentry.io](https://sentry.io), as shown below.

<div style="position: relative; padding-bottom: calc(43.44919786096257% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/XIrI8grPiEtHHSfCpCOt?embed"
frameborder="0"
loading="lazy"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;"
title="FE Tutorial -> See Suspect Commits & Suggested Assignees"
></iframe>
</div>

## Enable Suspect Commits

Expand Down Expand Up @@ -63,6 +74,23 @@ Sentry will automatically try to set up code mappings on Python and JavaScript p

The first frame in the stack trace is considered suspect when looking at them top-down. If the first frame is not in-app, the next frame is considered suspect.

### UI Walkthrough

Follow along with the animated gif below to see how to integrate your GitHub account and repository.

<div style="position: relative; padding-bottom: calc(48.66707997520149% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/OlEYtzImezSBwsV8SVc8?embed"
frameborder="0"
loading="lazy"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;"
title="FE Tutorial -> Install GitHub Config & Add Code Mapping"
></iframe>
</div>

## Suspect Commits Without Integrations

You can send us your commit data [manually](/product/releases/associate-commits/) if:
Expand Down

1 comment on commit dba6760

@vercel
Copy link

@vercel vercel bot commented on dba6760 Aug 23, 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 – ./

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

Please sign in to comment.