on 13 Aug 2026 08:45 AM
This article applies to Dynatrace SaaS customers using Real User Monitoring (RUM). It explains why session and action properties configured in RUM Classic are not visible in the new RUM Experience, and how to reconfigure them so they appear correctly.
After you turn on the new RUM Experience, session and action properties that were previously visible in the RUM Classic view are no longer visible in the new RUM Experience view.
This is expected behavior. Session and action properties configured in RUM Classic are not automatically migrated to the new RUM Experience. They must be reconfigured manually using the new event and session properties configuration.
If you are simply not seeing session properties in the new RUM Experience, follow these steps to confirm the problem matches this article before proceeding to the resolution.
Step 1: Confirm properties have not already been configured in the new RUM Experience
If both sections show no properties configured, follow the resolution steps below.
RUM Classic and the new RUM Experience use separate property configuration models. Reconfigure your session and action properties as event and session properties directly in the new RUM Experience. The same capture methods are available (CSS selectors, JavaScript variables, cookies, and more), so you can re-create your existing properties using the new configuration interface.
window object or a JavaScript variable_), and dots (.), and must be prefixed with event_properties. or session_properties. in your code.Note: Steps within a single property definition run in sequence, with each step passing its output to the next. This allows you to chain operations, such as reading a cookie value and then parsing it as JSON.
After configuration, session properties are visible at the individual user session level. To view them, go to Experience Vitals and open a specific user session.
Note: Session properties are not available on live sessions. If you cannot find the properties, make sure the session is complete before checking.
fetch user.sessions
| fields session_properties
| limit 10
For a full reference on the new configuration options, see Event and session properties for web.
If this article did not help, open a support case, mention that this article was used, and provide the following in the case (include a direct link for each item where possible):
Additional resources: