---
title: "Product Walkthroughs"
description: "Learn how Sentry leverages your app data plus AI, integrations, and automation to help you find and fix problems faster."
url: https://docs.sentry.io/product/
---

# Product Walkthroughs

Sentry helps developers find and fix what's broken. It captures errors, logs, traces, replays, profiles, and metrics from your application and connects them all through distributed tracing so you can debug with full context. With Sentry's AI-powered features and Seer Agent, and SCIM integrations like GitHub, you can catch issues before they create customer impact.

## [Sentry's Full Coverage](https://docs.sentry.io/product.md#sentrys-full-coverage)

When something goes wrong, Sentry gives you the full picture. An error links to the logs that happened around it. A trace shows the full request path through every service. Replays show what the user experienced in your interface, and profiles show which functions were slow. Seer Agent uses all of this context to help you find the root problem and generate a fix. Whether it's frontend, backend, mobile, or AI, Sentry has the tools.

## [Detect](https://docs.sentry.io/product.md#detect)

### [](https://docs.sentry.io/product.md#issues)[Issues](https://docs.sentry.io/product/issues.md)

Sentry automatically captures unhandled exceptions and groups similar errors into issues. You can filter, triage, and assign issues to your team. [Suspect commits](https://docs.sentry.io/product/issues/suspect-commits.md) show you the code change that likely caused the problem. Get started by [installing the Sentry SDK](https://docs.sentry.io/platform-redirect.md?next=/) and [connecting your source code management (SCM) provider](https://docs.sentry.io/integrations/source-code-mgmt.md).

### [](https://docs.sentry.io/product.md#user-feedback)[User Feedback](https://docs.sentry.io/product/user-feedback.md)

Collect feedback from your users when they hit bugs and link to errors, replays, and tags so you can see what went wrong without asking "can you reproduce that?"

### [](https://docs.sentry.io/product.md#snapshots)[Snapshots](https://docs.sentry.io/product/snapshots.md)

Catch unintended visual changes on every pull request. Sentry handles image diffing, CI checks, and review workflows.

### [](https://docs.sentry.io/product.md#size-analysis)[Size Analysis](https://docs.sentry.io/product/size-analysis.md)

Monitor your mobile app build sizes for regressions before they reach users.

## [Debug](https://docs.sentry.io/product.md#debug)

### [](https://docs.sentry.io/product.md#traces-and-spans)[Traces and Spans](https://docs.sentry.io/product/trace-explorer.md)

Follow a request from your frontend through your backend and across services. Sentry auto-instruments common frameworks and lets you search, filter, and aggregate span data in the [Trace Explorer](https://docs.sentry.io/product/trace-explorer.md).

### [](https://docs.sentry.io/product.md#logs)[Logs](https://docs.sentry.io/product/logs.md)

Structured logs that live alongside your errors and traces — not in a separate tool. Search by severity, filter by properties, and click from a log line straight into the trace that produced it. [Set up Logs](https://docs.sentry.io/product/logs/getting-started.md)

### [](https://docs.sentry.io/product.md#session-replay)[Session Replay](https://docs.sentry.io/product/session-replay.md)

Watch video-like reproductions of user sessions on [web](https://docs.sentry.io/product/session-replay/web.md) and [mobile](https://docs.sentry.io/product/session-replay/mobile.md). See exactly what a user did before, during, and after an error, including network requests, DOM events, and console messages.

### [](https://docs.sentry.io/product.md#profiling)[Profiling](https://docs.sentry.io/product/profiling.md)

Go beyond "this endpoint is slow" to "this function on line 42 is slow". Continuous profiling captures CPU profiles in production so you can find hot paths without custom instrumentation.

### [](https://docs.sentry.io/product.md#application-metrics)[Application Metrics](https://docs.sentry.io/product/metrics.md)

Send counters, gauges, and distributions from your code to track signals like `email.sent`, `checkout.failed`, or `queue.depth`. Every metric is trace-connected. Click from a spike directly into the related traces and errors.

### [](https://docs.sentry.io/product.md#log-and-trace-drains)[Log and Trace Drains](https://docs.sentry.io/product/drains.md)

Forward logs and traces to Sentry from platforms like [Vercel](https://docs.sentry.io/product/drains/vercel.md), [Cloudflare](https://docs.sentry.io/product/drains/cloudflare.md), and [Heroku](https://docs.sentry.io/product/drains/heroku.md) without modifying your application code.

## [Measure](https://docs.sentry.io/product.md#measure)

### [](https://docs.sentry.io/product.md#dashboards)[Dashboards](https://docs.sentry.io/product/dashboards.md)

Build custom dashboards to monitor application health across projects, or use [pre-built dashboards](https://docs.sentry.io/product/dashboards/sentry-dashboards.md) for frontend, backend, mobile, and AI workloads.

### [](https://docs.sentry.io/product.md#releases)[Releases](https://docs.sentry.io/product/releases.md)

See the moment a release starts to degrade. Track crash-free sessions, version adoption, and failure rates, and connect regressions directly to the deploy that caused them.

## [Automate](https://docs.sentry.io/product.md#automate)

### [](https://docs.sentry.io/product.md#ai-in-sentry-seer)[AI in Sentry (Seer)](https://docs.sentry.io/product/ai-in-sentry.md)

[Seer](https://docs.sentry.io/product/ai-in-sentry/seer.md) turns your telemetry into answers. It explains why your code failed (not just where), generates merge-ready fixes with [Autofix](https://docs.sentry.io/product/ai-in-sentry/seer/autofix.md), and catches regressions before they merge with [AI Code Review](https://docs.sentry.io/product/ai-in-sentry/seer/code-review.md).

### [](https://docs.sentry.io/product.md#ai-agents-monitoring)[AI Agents Monitoring](https://docs.sentry.io/ai/monitoring/agents.md)

If you're building AI-powered features, Sentry traces LLM calls, agent tool executions, and token usage alongside the rest of your application telemetry. [Learn more →](https://docs.sentry.io/ai/monitoring.md)

### [](https://docs.sentry.io/product.md#monitors-and-alerts)[Monitors and Alerts](https://docs.sentry.io/product/monitors-and-alerts.md)

Define what matters — then get notified when it breaks. Set up [cron monitors](https://docs.sentry.io/product/monitors-and-alerts/monitors/crons.md) for scheduled jobs, [uptime monitoring](https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring.md) for endpoints, and [alerts](https://docs.sentry.io/product/monitors-and-alerts/alerts.md) that route to Slack, PagerDuty, or your issue tracker.

## [Platform tools](https://docs.sentry.io/product.md#platform-tools)

### [](https://docs.sentry.io/product.md#build-distribution)[Build Distribution](https://docs.sentry.io/product/build-distribution.md)

Securely distribute app builds to your internal teams and beta testers. Upload builds from CI to streamline your distribution workflow, manage access control, and track installation analytics.

### [](https://docs.sentry.io/product.md#ai-monitoring)[AI Monitoring](https://docs.sentry.io/ai/monitoring.md)

Whether you're building AI agents or MCP servers, Sentry automatically captures performance metrics, errors, and traces across your entire AI pipeline.

## [Getting Started](https://docs.sentry.io/product.md#getting-started)

Sentry supports [100+ platforms and frameworks](https://docs.sentry.io/platforms.md). Most SDKs take a few lines of code to set up:

```bash
npx @sentry/wizard@latest -i nextjs
```

Once you're capturing errors, **[continue through basic setup](https://docs.sentry.io/product/sentry-basics.md)** to finish configuring all of Sentry's features. Then, explore our **[Guides](https://docs.sentry.io/guides.md)** to learn how to get the most out of Sentry.

## Pages in this section

- [Getting Started With Sentry](https://docs.sentry.io/product/sentry-basics.md)
- [Issues](https://docs.sentry.io/product/issues.md)
- [User Feedback](https://docs.sentry.io/product/user-feedback.md)
- [Snapshots](https://docs.sentry.io/product/snapshots.md)
- [Size Analysis](https://docs.sentry.io/product/size-analysis.md)
- [Traces and Spans](https://docs.sentry.io/product/trace-explorer.md)
- [Logs](https://docs.sentry.io/product/logs.md)
- [Session Replay](https://docs.sentry.io/product/session-replay.md)
- [Profiling](https://docs.sentry.io/product/profiling.md)
- [Application Metrics](https://docs.sentry.io/product/metrics.md)
- [Log and Trace Drains](https://docs.sentry.io/product/drains.md)
- [Discover](https://docs.sentry.io/product/discover-queries.md)
- [Dashboards](https://docs.sentry.io/product/dashboards.md)
- [Releases](https://docs.sentry.io/product/releases.md)
- [Stats](https://docs.sentry.io/product/stats.md)
- [AI in Sentry](https://docs.sentry.io/product/ai-in-sentry.md)
- [Monitors and Alerts](https://docs.sentry.io/product/monitors-and-alerts.md)
- [Build Distribution](https://docs.sentry.io/product/build-distribution.md)
- [Projects](https://docs.sentry.io/product/projects.md)
- [Sentry Notifications](https://docs.sentry.io/product/notifications.md)
- [Sentry Toolbar](https://docs.sentry.io/product/sentry-toolbar.md)
- [Relay](https://docs.sentry.io/product/relay.md)
- [Partnership Platform](https://docs.sentry.io/product/partnership-platform.md)
