Skip to content

Commit

Permalink
feat(related_issues): Initial documentation (#10419)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
armenzg and vivianyentran authored Jun 17, 2024
1 parent 48f3a91 commit 2057f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ The trace navigator (which is displayed below the date) is an abbreviated view o
A node will be red if it is associated with errors.
Click "View Full Trace" to display the [Trace View](/product/sentry-basics/tracing/trace-view).

### Related Issues

![Trace Related Issue](./img/trace_related_issue.png)

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.

## Suspect Commits

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

0 comments on commit 2057f71

Please sign in to comment.