Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add arcades to suspect commits doc #7684

Merged
merged 1 commit into from
Aug 23, 2023
Merged
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
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
Loading