Skip to content

Commit 2057f71

Browse files
feat(related_issues): Initial documentation (#10419)
Related Issues help developers notice other errors that happened within the same trace, thus, giving them more context to debug their issues. Co-authored-by: vivianyentran <[email protected]>
1 parent 48f3a91 commit 2057f71

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Loading

docs/product/issues/issue-details/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ The trace navigator (which is displayed below the date) is an abbreviated view o
7373
A node will be red if it is associated with errors.
7474
Click "View Full Trace" to display the [Trace View](/product/sentry-basics/tracing/trace-view).
7575

76+
### Related Issues
77+
78+
![Trace Related Issue](./img/trace_related_issue.png)
79+
80+
Sometimes the Trace Navigator will be replaced by a Related Issue. A Related Issue is a different issue that occurred during the same trace as the event in view. This is useful for understanding the context of the current issue and may help you identify its root cause. A Related Issue allows the developer to quickly navigate between the two related events.
81+
7682
## Suspect Commits
7783

7884
![Suspect Commit](./img/suspect-commit.png)

0 commit comments

Comments
 (0)