Skip to content
Open
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
12 changes: 9 additions & 3 deletions docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The main area of the page displays information about a specific event that's par

## Event Search

The embedded search bar allows you to search for events using any of the [event properties](/concepts/search/searchable-properties/events). Environment and time period can also be changed. Once the search is updated, the counts and graph below will be updated. Event navigations such as recommended, first, and last, and All Events will also be updated to only show matching events.
The embedded search bar allows you to search for events using any of the [event properties](/concepts/search/searchable-properties/events). Environment and time period can also be changed. Once the search is updated, the counts and graph below will be updated. Event navigations such as recommended, first, and last, and **View More Events** will also be updated to only show matching events.

## Trends & Aggregates

Expand Down Expand Up @@ -71,9 +71,15 @@ By default, the **Issue Details** page displays the "Recommended" event with the
- **Relevance**: The recommended event takes into account what terms you've searched for on your way to the issue.
- **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces.

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).
To view other events, you can use the dropdown to skip to the latest or oldest event, or click **View More Events** to see the full list. You can change the default event in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent).

In addition, you can scroll between events chronologically or view all events. All event navigations will respect any search filter on the page, including search queries, environments, or date filters.
<Alert title="Note">

**View More Events** is only available on [Team plan and above](https://sentry.io/pricing/). On the Free plan, this button will not appear.

</Alert>

In addition, you can scroll between events chronologically. All event navigations will respect any search filter on the page, including search queries, environments, or date filters.

## Event Actions

Expand Down
Loading