29 Aug 2025 03:28 PM
Hi,
We're trying to migrate some VuGen exports into HTTP Monitors in Dynatrace.
We are currently facing an issue related to dynamic parameters that were exported from VuGen.
In the exported script, these parameters are provided as hardcoded values instead of being correlated dynamically.
For example: Name=javax.faces.ViewState Value=12341781234561455:-1234563957897
Has anyone else experienced this issue with VuGen exports to Dynatrace Synthetic? And if so, how did you handle the dynamic correlation of such parameters (e.g., javax.faces.ViewState,{SessionID})?
15 Sep 2025 10:18 AM
Where are you getting the sessionID from? Do you retrieve it in an earlier request? If so, you can pass it between requests using variables: https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/http-monitors-classi...
15 Sep 2025 10:26 AM
Hey,
Are you trying to set up Synthetic monitoring on Dynatrace with the help of VuGen scripts?