on 15 May 2026 02:45 PM
This article explains how to add experimental properties to a Dynatrace Browser monitor script. Experimental properties are typically used during Dynatrace Support troubleshooting to enable additional diagnostics, or temporary behavior changes in Synthetic Monitoring Browser clickpaths.
With a few exceptions, many of these settings are not documented publicly and should only be applied when explicitly requested by Dynatrace Support.
You may be asked to configure experimental properties in a Browser monitor script when:
⚠️ Experimental properties are support‑guided only. Adding undocumented properties without guidance may lead to unexpected monitor behavior. The only exception to this are those documented in the Troubleshooting forum.
Follow these steps to safely add experimental properties to a Browser monitor script.
propertyName and value with the exact details provided by Support.
configuration section of the monitor’s JSON configuration."experimental": {
"propertyName": "value"
}
For example:
propertyName and value with the exact details provided by Support.After applying the experimental property:
For related Browser clickpath scripting guidance, see:
How to interact with trusted events in a Browser Clickpath
No. Dynatrace does not publish a public list of experimental properties. With the exception of small number documented in the Troubleshooting forum, they are provided case‑by‑case by Dynatrace Support.
For any documented in the Troublshooting forum, yes, these properties are production-suitable. For others, only if explicitly instructed by Dynatrace Support.
If this does not resolve the issue, please open a support ticket and provide
📖 Classic Script mode for Browser monitor configuration
📖 Latest Dynatrace Advanced Setup for Browser monitors
📖 Synthetic Troubleshooting Map
📖 How to interact with trusted events in a Browser Clickpath