Commit df32a344 authored by Mike Lewis's avatar Mike Lewis

Merge branch '38223-link-to-gitlab-commit-in-error-detail-page-2' into 'master'

Docs: Link to GitLab commit in error detail page

See merge request gitlab-org/gitlab!22395
parents 74064f9a c31a6413
...@@ -53,11 +53,12 @@ From error list, users can navigate to the error details page by clicking the ti ...@@ -53,11 +53,12 @@ From error list, users can navigate to the error details page by clicking the ti
This page has: This page has:
- A link to the Sentry issue. - A link to the Sentry issue.
- A link to the GitLab commit if the Sentry [release id/version](https://docs.sentry.io/workflow/releases/?platform=javascript#configure-sdk) on the Sentry Issue's first release matches a commit SHA in your GitLab hosted project.
- Other details about the issue, including a full stack trace. - Other details about the issue, including a full stack trace.
If the error has not been linked to an existing GitLab issue, a 'Create issue' button will be visible: By default, a **Create issue** button is displayed. Once you have used it to create an issue, the button is hidden.
![Error Details without Issue Link](img/error_details_v12_6.png) ![Error Details without Issue Link](img/error_details_v12_7.png)
If a link does exist, it will be shown in the details and the 'Create issue' button will change to a 'View issue' button: If a link does exist, it will be shown in the details and the 'Create issue' button will change to a 'View issue' button:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment