Commit 58e35c54 authored by Tristan Read's avatar Tristan Read Committed by Achilleas Pipinellis

Surfacing GitLab issue link in error - docs

parent d4a9422d
...@@ -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