Commit 34af4d8f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'tr-error-tracking-issue-link-docs' into 'master'

Surfacing GitLab issue link in error - docs

See merge request gitlab-org/gitlab!21700
parents d4a9422d 58e35c54
...@@ -53,7 +53,12 @@ From error list, users can navigate to the error details page by clicking the ti ...@@ -53,7 +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 full stack trace along with other details. - Other details about the issue, including a full stack trace.
- Ability to create an issue from a Sentry error.
![Error Details](img/error_details_v12_6.png) If the error has not been linked to an existing GitLab issue, a 'Create Issue' button will be visible:
![Error Details without Issue Link](img/error_details_v12_6.png)
If a link does exist, it will be shown in the details and the 'Create Issue' button will be hidden:
![Error Details with Issue Link](img/error_details_with_issue_v12_6.png)
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