---
title: Issue Views
---

# Issue Views

The Issues overview page is the starting point for identifying and triaging the most impactful
crashes across your mobile apps. It provides both a high-level view of crash trends over time and a
detailed list of filterable grouped issues. Selecting an issue group shows the underlying isssue
list, trends, and metrics in higher detail and provides options for filtering and triage.

The issue list can be drilled in further to see the individual issue instance with the associated
error stack trace, threads, session timeline, and exposed feature flags.

=== "Overview"

    ![Issues Overview page](../../assets/images/issues_issues_page@2x.webp "Issues Overview page"){ srcset="../../assets/images/issues_issues_page.webp 1x, ../../assets/images/issues_issues_page@2x.webp 2x" }

=== "Group Detail"

    ![Issue Group Detail](../../assets/images/issues_impact_summary@2x.webp "Issue Group Detail"){ srcset="../../assets/images/issues_impact_summary.webp 1x, ../../assets/images/issues_impact_summary@2x.webp 2x" }

=== "Stack Trace"

    ![Stack trace](../../assets/images/issues_stack_trace@2x.webp "Stack trace"){ srcset="../../assets/images/issues_stack_trace.webp 1x, ../../assets/images/issues_stack_trace@2x.webp 2x" }

=== "Feature Flags"

    ![Issue feature flags](../../assets/images/issues_feature_flags@2x.webp "Trend filters"){ srcset="../../assets/images/issues_feature_flags.webp 1x, ../../assets/images/issues_feature_flags@2x.webp 2x" }

=== "Custom Fields"

    ![Issue Details Custom Fields](../../assets/images/issues_filter_custom_field@2x.webp "Issue Details Custom Fields"){ srcset="../../assets/images/issues_filter_custom_field.webp 1x, ../../assets/images/issues_filter_custom_field@2x.webp 2x" }

=== "Thread Navigation"

    ![Thread navigation](../../assets/images/issues_thread_nav@2x.webp "Thread navigation"){ srcset="../../assets/images/issues_thread_nav.webp 1x, ../../assets/images/issues_thread_nav@2x.webp 2x" }

## Exploring Issue Details

Individual issues within a group contain fine-grained detail about the operating environment in
which it occurred.

### Thread Navigation

There are multiple ways to explore the stack traces of the process when the issue occurred:

- The error and thread dropdown - an auto-complete dropdown menu lets you find and select any thread
  that was active at the time of the crash
- Navigation buttons - Use the `<` and `>` buttons to quickly cycle through available threads
- Press left or right while viewing stack traces to cycle through the thread list

The thread that triggered the crash is labeled as "Captured Error". All other threads are numbered for reference.

!!! tip
    You can search for keywords across all threads using your regular browser search.


### Session Timeline and Replay

Select the [Timeline](../timeline/session-view.md), [Session Replay](../timeline/session-replay.md),
or [Spans](../timeline/spans-visualization.md) tabs to see the events which led to
an issue.
