---
title: Explore A Preview of RUM Features In Synthetic Monitoring
description: >-
  Users without RUM can now preview RUM data, sessions, and errors from their
  Synthetic browser test results with no additional cost.
breadcrumbs: >-
  Docs > Synthetic Testing and Monitoring > Synthetic Monitoring Guides >
  Explore A Preview of RUM Features In Synthetic Monitoring
---

# Explore A Preview of RUM Features In Synthetic Monitoring

## Overview{% #overview %}

{% alert level="info" %}
If you have Real User Monitoring, you can access a preview of RUM, Session Replay, Error Tracking, and additional performance data from your Synthetic browser test runs.
{% /alert %}

Synthetic browser tests embed the Real User Monitoring SDK, allowing you to explore:

- [Session Replay](https://docs.datadoghq.com/session_replay/browser/) for all tests. You can access additional context beyond screenshots available for each step and [Browser Dev Tools](https://docs.datadoghq.com/session_replay/browser/dev_tools/).
- The session in the [RUM Explorer](https://docs.datadoghq.com/real_user_monitoring/explorer/).
- Aggregated errors across your different steps, tests, and test runs with [Error Tracking](https://docs.datadoghq.com/real_user_monitoring/error_tracking/). You can scope the error impact and prioritize fixing the most severe issues.
- Extra resources and timing information from RUM including additional search and monitor capabilities.

## Allow Synthetic data on RUM applications{% #allow-synthetic-data-on-rum-applications %}

{% alert level="danger" %}
If the target application is already instrumented with RUM, you should not enable RUM data collection within the synthetic test configuration as this can result in unexpected behavior.
{% /alert %}

In your browser test recording, click **Collect RUM Data on** above the **Start Recording** button and select an application to collect data on. After saving your recording and test configuration, RUM gathers test data and generates session recordings from your browser test runs.

1. Navigate to **Digital Experience** > **Settings** (under Synthetic Monitoring & Testing) > [**Integration Settings**](https://app.datadoghq.com/synthetics/settings/integrations).
1. Under **Synthetic Data RUM Collection**, click **Enable Synthetic RUM data collection** to enable Datadog to collect RUM data from your test runs.
1. Click **Save RUM Data Collection**.
1. Under **Synthetic Data RUM Applications**, select a default RUM application suggested in the Browser Test Recorder from the dropdown menu.
1. Click **Save RUM Data Applications**.

Optionally, click `Synthetic Tests Default` and select another RUM application from the dropdown menu. This application is displayed in the browser test recording.

For more information, see [Synthetic Monitoring Settings](https://docs.datadoghq.com/synthetics/settings).

## Synthetic Monitoring to RUM Explorer{% #synthetic-monitoring-to-rum-explorer %}

Navigate to your [list of browser tests](https://app.datadoghq.com/synthetics/tests?query=type%3A%28browser%29) and click on a sample test run.

{% image
   source="https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/browser_test_step_side_panel.d0c8521da69229ca776ec272c8d0566b.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/browser_test_step_side_panel.d0c8521da69229ca776ec272c8d0566b.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Test Step Details Side Panel" /%}

The step details side panel appears with `This Synthetic test generated data in Real User Monitoring` and includes the session ID and the **Go to the View in RUM** button.

{% image
   source="https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/generated_rum_data.cdb49f6ca7248fc6c46621eba8e2630e.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/generated_rum_data.cdb49f6ca7248fc6c46621eba8e2630e.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Synthetics Explorer" /%}

To see this test step's errors, resources, and performance data in the [RUM Explorer](https://docs.datadoghq.com/real_user_monitoring/explorer/), click **Go to the View in RUM**. Alternatively, click the **Replay Session** button or **View all sessions in RUM** to explore available session replays captured in your browser test.

## RUM Explorer to Synthetic Monitoring{% #rum-explorer-to-synthetic-monitoring %}

In the RUM Explorer, navigate to your [list of sessions](https://app.datadoghq.com/rum/explorer) and click on a session with a replay available.

{% image
   source="https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/sessions_details_panel.94dc842d6011f9a69c385689b6fc9b6b.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/sessions_details_panel.94dc842d6011f9a69c385689b6fc9b6b.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Sessions Details Side Panel" /%}

The session panel appears with `This event was generated by a Synthetic test run` and includes the test ID and the **View Synthetic Test Result** button.

{% image
   source="https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/synthetic_test_session.7207ea52c3c5d13658e83febcd9f16ed.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/synthetics/guide/rum_in_synthetics/synthetic_test_session.7207ea52c3c5d13658e83febcd9f16ed.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Sessions Details" /%}

To navigate back to Synthetic Monitoring and your test's results, click **View Synthetic Test Result**.

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

- [Configure a Browser Test](https://docs.datadoghq.com/synthetics/browser_tests/)
- [Synthetic Monitoring Settings](https://docs.datadoghq.com/synthetics/settings/)
