---
title: Session Replay Mobile Dev Tools
description: Use Session Replay Dev Tools to debug and inspect mobile session recordings.
breadcrumbs: >-
  Docs > Session Replay > Mobile Session Replay > Session Replay Mobile Dev
  Tools
---

# Session Replay Mobile Dev Tools

## Overview{% #overview %}

Dev Tools is a built-in debugging panel in Session Replay that can help you troubleshoot issues in your applications. Use it to identify issues, trace requests, and understand performance bottlenecks—all without reproducing the issue yourself. Dev Tools are only available for [RUM](https://docs.datadoghq.com/real_user_monitoring/explorer/) sessions that have been retained. You do not need to configure anything to use Dev Tools.

## Dev Tools{% #dev-tools %}

To access Dev Tools, click the **Dev Tools** button in the Session Replay view. The **</> Dev Tools** button appears to the right of the **Share** button. You can view performance data, console logs, errors, and attributes about your replays.

### Performance{% #performance %}

The **Performance** tab displays a waterfall of events (such as actions, errors, resources, and long tasks) and timesteamps in a session.

Select and apply filters such as Action Name and Resource Type to change the scope of resources and event types displayed. You can also drag and drop the sliders in the waterfall to expand the time range.

{% video
   url="https://datadog-docs.imgix.net/images/real_user_monitoring/session_replay/dev_tools/performance-filters-2.mp4" /%}

### Console{% #console %}

The **Console** tab displays all [logs collected from the web browser](https://docs.datadoghq.com/logs/log_collection/javascript/) and errors for each view.

Click **Error**, **Warn**, **Info**, and **Debug** to filter your logs based on severity. To search for these logs in the [Log Explorer](https://docs.datadoghq.com/logs/explorer/), click **View in Log Explorer**.

{% image
   source="https://datadog-docs.imgix.net/images/real_user_monitoring/session_replay/dev_tools/dev-tools-console-1.4e41aabc34b631e5f93bcfcb3869f79c.png?auto=format"
   alt="Console View in Log Explorer button" /%}

The Log Explorer opens in a separate tab with a pre-filled search query.

### Errors{% #errors %}

The **Errors** tab displays [RUM errors](https://docs.datadoghq.com/real_user_monitoring/application_monitoring/browser/collecting_browser_errors/) and [Error Tracking](https://docs.datadoghq.com/real_user_monitoring/error_tracking/) issues that correlate to the session.

{% image
   source="https://datadog-docs.imgix.net/images/real_user_monitoring/session_replay/dev_tools/dev-tools-errors.05be5c7acfb098b10d3cac1d43be1da9.png?auto=format"
   alt="Errors tab" /%}

### Attributes{% #attributes %}

The **Attributes** tab displays all attributes related to the session. For more information, see [Default attributes](https://docs.datadoghq.com/real_user_monitoring/application_monitoring/browser/data_collected/#default-attributes).

## Further reading{% #further-reading %}

- [Session Replay](https://docs.datadoghq.com/session_replay/)
- [Obfuscate user data with Session Replay default privacy settings](https://www.datadoghq.com/blog/default-privacy-session-replay/)
