Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ The **Issue Details** page helps you gain further insight into the source of the

![Issue Details breakdown](./img/issue-details-breakdown.png)

The header contains high-level information about the issue such as the error message, total counts of how often it has been seen, and how many users it has affected. Actions such as assigning, resolving, and archiving are also here.
The header contains high-level information about the issue such as the error message, total counts of how often it has been seen, and how many users it has affected. Actions such as assigning, resolving, sharing, and archiving are also here.

To share an issue, click the "Share Issue" button in the header.

![Share Issue](./img/issue-details-share-issue.png)

From there, you can choose what kind of link you want to share such as including the event ID or copying the link as Markdown.

![Issue Link Options](./img/issue-details-share-modal.png)

Beneath the header is the event graph, showing a distribution of events and errors. You can use the search bar to filter which events are shown. Tags are shown and can be opened from here too.

Expand Down Expand Up @@ -66,7 +74,7 @@ In addition, you can scroll between events chronologically or view all events. A

## Event Actions

Relevant actions for specific events can be found here including copying the link to the event or event ID. You can also view the JSON of the event here.
Relevant actions for specific events can be found here including copying the event ID or viewing the JSON of the event.

## Event Details

Expand Down
Loading