Troubleshooting
Articles about how to solve the most common problems
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
HannahM
Dynatrace Guru
Dynatrace Guru

Summary

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.

 

 

 

When to use experimental properties

You may be asked to configure experimental properties in a Browser monitor script when:

  • Dynatrace Support is investigating Synthetic Monitoring failures or inconsistencies
  • Additional diagnostic data or logging is required
  • A change in behavior of the Synthetic player is needed for a small use-case

⚠️ 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.

 

How to add experimental properties to a Dynatrace Browser monitor

Follow these steps to safely add experimental properties to a Browser monitor script.

In Latest Dynatrace Synthetic app

1. Open the Browser monitor

  1. In Dynatrace, navigate to Synthetic.
  2. Select the relevant Browser monitor.

 

2. Edit the monitor script

  1. Click Edit monitor settings.
  2. Open the Advanced Setup tab.

 

3. Add the experimental property

  1. Expand the Experimental properties section
  2. Select Add property
    HannahM_0-1778842116766.png
  3. Enter the Name and Value
    HannahM_1-1778842218439.png

     

  • Replace propertyName and value with the exact details provided by Support.
  • Do not modify or add additional experimental properties unless instructed.

 

4. Save and deploy

  1. Click Save.
  2. Execute the Browser monitor to ensure the changes take effect.

 

In Classic Synthetic

1. Open the Browser monitor

  1. In Dynatrace, navigate to Synthetic, or the Synthetic Classic app.
  2. Select the relevant Browser monitor.

 

2. Edit the monitor script

  1. Click Edit monitor settings.
  2. Open the script editor for the Browser clickpath.

 

3. Add the experimental property

  1. Locate the configuration section of the monitor’s JSON configuration.
  2. Add the experimental property using the format provided by Dynatrace Support:
    "experimental": {
      "propertyName": "value"
    }​

    For example:

    HannahM_4-1778842394150.png

     

  • Replace propertyName and value with the exact details provided by Support.
  • Do not modify or add additional experimental properties unless instructed.

 

4. Save and deploy

  1. Click Save.
  2. Execute the Browser monitor to ensure the changes take effect.

 

Validation

After applying the experimental property:

  • Verify that the Browser monitor executes successfully
  • If errors occur or the issue persists, share the updated script with Dynatrace Support for further analysis

For related Browser clickpath scripting guidance, see:
How to interact with trusted events in a Browser Clickpath

 

FAQ

Are experimental properties officially documented by Dynatrace?

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.

 

Can I use experimental properties in production monitors?

For any documented in the Troublshooting forum, yes, these properties are production-suitable. For others, only if explicitly instructed by Dynatrace Support. 

 

What's Next

If this does not resolve the issue, please open a support ticket and provide

  • a link to the affected monitor
  • mention this article and any other troubleshooting steps taken

 

Related reading

📖  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

Version history
Last update:
‎15 May 2026 12:12 PM
Updated by: