15 May 2020 07:58 AM
I can see lot of "touch" user action for our web application despite having below setting enabled. Most of these are from Safari and Chrome mobile.
How did touch action appearing if setting is not enabled?
Solved! Go to Solution.
15 May 2020 10:17 AM
Dear @Suresh K.,
as stated in the text "in addition..." these two are not directly linked.
Hence we will always capture the standard event handlers like touch.
However, you can use additional custom config flags to not capture such interactions.
doNotDetect=tcs,tce
regards Thomas
18 May 2020 08:48 AM
Thanks @Thomas Z.
adding doNotDetect=mup,mdw,kyu,kyd,scr,tcs,tce will still detect loading of page and click actions?
What I also noticed is sometime "keypress" detected instead of "click" action. As we are using user actions data for some sort of reporting and set threshold on key user action level. This is becoming problematic to us.
What would your recommendation when it comes to monitor a web application? Whcih feature we should enable?
Thanks
Suresh
18 May 2020 08:58 AM
Hey,
regards
Thomas