Error Tracking for Web and Mobile Applications

Overview

It is critical for your system’s health to consistently monitor the errors collected by Datadog. When there are many individual error events, it becomes hard to prioritize errors for troubleshooting. By tracking, triaging, and debugging crashes, you can minimize the impact of fatal errors on your web and mobile applications’ user experience.

Once you have set up RUM for Web and Mobile Apps error tracking, the issue list populates with cards. You can view open, ignored, or all issues, sort issues by volume or age, and filter issues by all custom and default facets on your web and mobile applications.

The Error Tracking Explorer for RUM displaying issues from your web and mobile application's crash reports

Error Tracking enables you to:

  • Set alerts on Error Tracking events. This helps you to remain informed of fatal issues that may occur.
  • Group similar errors into issues, so that you can more easily identify important errors and reduce noise.
  • Follow issues over time to know when they first started, if they are still ongoing, and how often they are occurring.
  • Collect all the necessary context in one place to facilitate troubleshooting.

Upload crash reports

To get started with Datadog Error Tracking for RUM, see the corresponding documentation to upload source maps for your framework:


Examine issues to start troubleshooting or debugging

Error Tracking automatically categorizes crashes collected from your web and mobile applications into issues in the Error Tracking Explorer.

Click on an issue to view debugging information, such as the stack trace, user session timelines, and metadata—including user location, version, and any custom attributes you included in your crash reports.

Further Reading