Product Guides

Sentry is a software monitoring tool that helps developers identify and fix code-related issues. From error tracking to performance monitoring, Sentry provides code-level observability that makes it easy to diagnose issues and learn continuously about your application code health.

As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly.

Sentry's error monitoring capabilities make it possible to quickly get to the root of a problem so you can understand and fix what's broken.

Sentry automatically captures unhandled exceptions (errors). It then groups similar errors into issues, making it possible to triage and manage them more efficiently.

  • If you're monitoring a web project, you can replay what the user experienced on your app and connect that error to the problematic line of code with source maps.
  • If you set up Sentry for both your frontend and backend, you'll be able to use distributed tracing to see the sequence of events (both frontend and backend) that led up to the event of interest.
  • Additionally, you can set up integrations to link your source code so that Sentry can surface suspect commits and stack traces to show the problematic line of code, as well as suggest assignees for issues based on commit authors.

Our performance monitoring feature helps you track application performance, measure metrics like throughput and latency, and see the impact of errors across multiple services.

  • You can drill down into any slowdowns and optimize the performance of your code with distributed traces, which consist of transactions and spans and measure the performance of individual services and operations. This means you can easily trace slow-loading pages all the way back to poor-performing API calls.
  • Sentry Profiling provides code-level insights into your application performance in production so you can find and fix the problematic line of code faster. It profiles code in every environment your application is running on so you can quickly see which functions are contributing to a slow span.
  • Sentry helps you discover and act on trends before they become a bigger problem by surfacing transactions whose performance has changed significantly over time.
  • Sentry's query monitoring can help you investigate the performance of your queries and get more information to improve them.

Giving Sentry visibility into your releases makes it possible to see the moment a release starts to degrade and quickly take action. You get real-time visibility across your releases, allowing you to see core metrics like crash-free sessions, version adoption, and failure rate.

Releases are integrated with the rest of Sentry so you can directly see how an error or performance issue was affected by a release, in addition to being able to resolve release-specific issues.

Cron Monitors allows you to monitor the uptime and performance of any scheduled, recurring job in Sentry. Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.

Discover provides visibility into your data across environments by building upon and enriching your error data. You can query and unlock insights into the health of your entire system and get answers to critical business questions — all in one place. You can also build your own dashboards to help you monitor what's most important for your app.

Codecov provides test code coverage for developers. It helps improve testing, coverage, and code reliability, allowing you to get test coverage insights directly in Sentry while monitoring your errors.

Sentry provides many integrations to support a seamless developer workflow, including:

Sentry supports over 100 platforms and frameworks, including 30+ coding languages, so you can track errors and performance issues no matter what your application is built on. Our SDKs have you covered so you can get started with Sentry in just a few lines of code.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").