How to filter properly the URIs/URLs from the
Sample: (assuming there are multiple apps running)
# Changing this property does not require restarting the Monitored Process
introscope.agent.browseragent.autoInjection.appID=xxxxx
introscope.agent.browseragent.autoInjection.hksunsmartuat.snippetLocation=../xxxxx
#introscope.agent.browseragent.autoInjection.hksunsmartuat.includeURLsRegex=.*xx.xx.x..x.xxxx*
introscope.agent.browseragent.autoInjection.hksunsmartuat.includeURLsRegex=.*
tried using the .*xx.xx.xx.x*, but did not work
what only works is .* (but this catches all, this is only good if the app is dedicated on a server)
Release: APM 24.1
Component: Browser Agent
Try the following regex
introscope.agent.browseragent.autoInjection.hkcepuat.includeURLsRegex=.*\/example\/.*
introscope.agent.browseragent.autoInjection.hkcepstaffwebuat.includeURLsRegex=.*\/example1\/.*
And set the below property to blank.
introscope.agent.browseragent.snippetString=.