You can view and edit settings of the New RUM Experience via two main apps:
Experience Vitals, the most frequently used settings are integrated, and you can review and edit them for individual frontends.In general, some changes in configuration such as cost control or most privacy-related settings may impact both the Classic and New RUM Experience. Others, such as the new session and event properties setting, impact only the New RUM Experience.
To use the New RUM Experience, make sure that you have:
Cost control is applied to RUM experiences in both the previous and latest Dynatrace.
To enable New RUM Experience on an environment, open Settings and go to Collect and capture > Real User Monitoring > Traffic and cost control > Frontend - web or Frontend - mobile, depending on your tenant, and turn on Enable New Real User Monitoring Experience.

For individual frontends, you can also enable new RUM through Experience Vitals. Since the New RUM Experience is still in preview, you might encounter problems if not carefully configured.
Session Replay isn't enabled yet within the New RUM Experience, which is why you can only use the Enable Session Replay Classic option.
Experience Analytics is a Real User Monitoring (RUM) package that provides deep visibility into user behavior and experience. It includes User Interactions, capturing clicks, taps, scrolls, and inputs to reveal how users engage with your application. Coming soon, the new Session Replay will allow teams to visually replay real user sessions for faster troubleshooting and UX validation. Together, these capabilities help teams optimize journeys, reduce friction, and make data-driven decisions to improve digital experiences.
Changing the frontend name in RUM settings affects both RUM classic and New RUM Experience as well. After you change it, you'll need to use the name name in your DQL queries.
All data privacy settings are respected by the New RUM Experience as well, including:
You can use our new event modification API to mask certain user event fields on capture. We're planning to introduce additional privacy features.
Frontend detection (application detection) rules are also respected by the new RUM experience. Within
Experience Vitals, we also show the detection rules on the frontend level, allowing you to get an understanding of which rules apply to a specific frontend. However, as a rule higher up in the list already determines where the traffic is routed to, we recommend always reviewing the environment setting as well.

Specify a regular expression to match all URLs that should be excluded from becoming XHR request events. Dynatrace supports the JavaScript regular expressions syntax. The separation between different protocols of the URIs is not supported, so every protocol of the URI will be excluded.
Event and session properties let you attach custom-defined key-value pairs to user events and user sessions, using the namespaces event_properties and session_properties.
Event and session properties must be configured before they can be used. Incoming event and session properties that are not configured are dropped during event ingest.
To configure an event or session property
Experience Vitals, select the frontend for which you want to add the property.cart.total_value.string, boolean, or number.Note that the field name is always prefixed with either event_properties. or session_properties., depending on the selected type, for example event_properties.cart.total_value
Currently, event and session properties can only be sent via the New RUM APIs.
event_properties. / session_properties. prefix)._, and dot ..