You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/product/issues/issue-details/index.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ In the right hand sidebar, [sentry.io](https://sentry.io) reflects a summary tha
16
16
17
17
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:
18
18
19
+
-**Event Dropdown** - Allows you to select a specific event from the issue to view.
19
20
-**Trace Navigator** - An abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction.
20
21
-**Suspect Commits** - A commit that's been identified as potentially having caused an error event.
21
22
-**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
29
30
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/).
30
31
In addition, this page provides several other key pieces of information.
31
32
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
+
32
43
## Trace Navigator
33
44
34
45
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