---
title: "Overview"
description: "With insights, you can track, analyze, and debug your application's performance. Sentry helps you identify performance opportunities and trace issues back to poorly performing code."
url: https://docs.sentry.io/product/insights/overview/
---

# Overview

Sentry tracks application performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple services. Sentry captures [distributed traces](https://docs.sentry.io/product/sentry-basics/tracing/distributed-tracing.md) consisting of multiple [spans](https://docs.sentry.io/product/explore/trace-explorer.md#spans) to measure individual services and operations within those services.

Learn more about traces in the [full Tracing documentation](https://docs.sentry.io/product/sentry-basics/tracing.md).

The **Insights Overview** page is the main view in [sentry.io](https://sentry.io) where you can search or browse for transaction data. A transaction represents a single instance of an activity you want to measure or track, such as a page load, page navigation, or an asynchronous task. The page displays graphs that visualize transactions, as well as a table where you can view relevant transactions and drill down to get more information about them.

Using the information on this page, you can trace issues back through services (for instance, frontend to backend) to identify poorly performing code. You'll be able to determine whether your application performance is getting better or worse, see if your last release is running more slowly than previous ones, and identify specific services that are slow. Once you've found the cause of the problem, you'll be able to address the specific code that’s degrading performance.

## [Filter Performance Data](https://docs.sentry.io/product/insights/overview.md#filter-performance-data)

The **Insights Overview** page provides you with several filter and display options so that you can focus on the performance data that's most important to you. You can use the project, environment, and date filters to customize the information displayed on the page, including what's shown in the [widgets](https://docs.sentry.io/product/insights/overview/filters-display.md#widgets) and [transactions table](https://docs.sentry.io/product/insights/overview/filters-display.md#transaction-table). You can also search to find and filter for the specific transactions you want to investigate.

## [Investigate Transactions](https://docs.sentry.io/product/insights/overview.md#investigate-transactions)

When you find a transaction of interest, you can investigate further by going to its [Transaction Summary page](https://docs.sentry.io/product/insights/overview/transaction-summary.md). Every transaction has a summary view that gives you a better understanding of its overall health. With this view, you'll find graphs, instances of these events, stats, facet maps, related errors, and more.

The summary page for Frontend transactions links out to the web vitals page, where you can see a detailed view of the [Web Vitals](https://docs.sentry.io/product/insights/web-vitals.md) associated with the transaction. You can also access a **Transaction Summary** page from the transactions table on the **Performance** page.

## [Explore Performance Metrics](https://docs.sentry.io/product/insights/overview.md#explore-performance-metrics)

There are several types of [metrics](https://docs.sentry.io/product/insights/overview/metrics.md) that you can visualize in the graphs, such as Apdex, Transactions Per Minute, P50 Duration, and User Misery to get a full understanding of how your software is performing.

## [Triage Performance Issues](https://docs.sentry.io/product/insights/overview.md#triage-performance-issues)

**Issue and Event Quotas**

Your quota is consumed by events or traces, not issues. Performance issues are generated from your accepted transactions, which **doesn't** directly impact your quota. Insight transaction events use transactions, which **does** directly impact your quota. Sentry provides tools to control the type and number of error and transaction events that are accepted. Learn more in [Quota Management](https://docs.sentry.io/pricing/quotas/manage-transaction-quota.md).

If your application is configured for Insights and Tracing, Sentry will detect common performance problems, and group them into issues just like it does with errors. Performance issues help to surface performance problems in your application and provide a workflow for resolving them. Learn more about [performance issues](https://docs.sentry.io/product/issues/issue-details/performance-issues.md).

## [Dynamic Sampling](https://docs.sentry.io/product/insights/overview.md#dynamic-sampling)

Depending on your plan, the data ingested into Sentry may be affect by [Dynamic Sampling](https://docs.sentry.io/organization/dynamic-sampling.md).

## [Learn More](https://docs.sentry.io/product/insights/overview.md#learn-more)

* #### [Filters & Display](https://docs.sentry.io/product/insights/overview/filters-display.md)

  Manage the information on the Insight Overview page using search or page-level display filters to quickly identify performance issues.

* #### [Transaction Summary](https://docs.sentry.io/product/insights/overview/transaction-summary.md)

  Learn more about the transaction summary, which helps you evaluate the transaction's overall health. This view includes graphs, instances of these events, stats, facet maps, and related errors.

* #### [Performance Metrics](https://docs.sentry.io/product/insights/overview/metrics.md)

  Learn more about Sentry's Performance metrics such as Apdex, failure rate, throughput, and latency, and the user experience insights about your application that they provide.

## Pages in this section

- [Filters & Display](https://docs.sentry.io/product/insights/overview/filters-display.md)
- [Transaction Summary](https://docs.sentry.io/product/insights/overview/transaction-summary.md)
- [Performance Metrics](https://docs.sentry.io/product/insights/overview/metrics.md)
