Skip to content

Commit 5d98667

Browse files
authored
Document new issue details event dropdown and the recommended event (#7652)
Adds information about the new event dropdown and the new Recommended event.
1 parent cd698f6 commit 5d98667

File tree

1 file changed

+11
-0
lines changed
  • src/docs/product/issues/issue-details

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ In the right hand sidebar, [sentry.io](https://sentry.io) reflects a summary tha
1616

1717
There are two categories of issues: [error issues](/product/issues/issue-details/error-issues/) and [performance issues](/product/issues/issue-details/performance-issues/). Depending on the issue category and available event data, the **Issue Details** page displays some combination of the following sections:
1818

19+
- **Event Dropdown** - Allows you to select a specific event from the issue to view.
1920
- **Trace Navigator** - An abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction.
2021
- **Suspect Commits** - A commit that's been identified as potentially having caused an error event.
2122
- **Tags** - Searchable key/value string pairs providing information such as the browser or device.
@@ -29,6 +30,16 @@ There are two categories of issues: [error issues](/product/issues/issue-details
2930
Learn more about what's included an issue detail for each of these in [Error Issues](/product/issues/issue-details/error-issues/) and [Performance Issues](/product/issues/issue-details/performance-issues/).
3031
In addition, this page provides several other key pieces of information.
3132

33+
## Event Dropdown
34+
35+
By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event:
36+
37+
- **Recency**: The recommended event is never more than 7 days older than the latest event.
38+
- **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue.
39+
- **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces.
40+
41+
To view other events, you can use the dropdown to skip to the latest or oldest event, or view the full list of events. You can change the default event in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent).
42+
3243
## Trace Navigator
3344

3445
The trace navigator (which displays below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays up to six nodes, each representing different groups of the event's trace:

0 commit comments

Comments
 (0)