Applied the URLTransformation Rules and all the requests are grouped. But I don't want any transformation for the requests that has /docs in the requests.
You can achieve this by specifying the below rule before all the rules under URLTransformationRules.
URLTransformationRules = {
/\/docs\/.*/:{
},
};
This will show the full path of the requests that contains /docs.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center