26 Jul 2022 11:09 AM - last edited on 26 Jul 2022 02:58 PM by Ana_Kuzmenchuk
Hello,
It would be great to be able to see user actions (clicks) in SPA's that do not result in a web request. Can this be done?
KR Henk
Thanks @henri
Solved! Go to Solution.
26 Jul 2022 01:08 PM
There are a few reasons why they are not shown by default.
Often they would make up a lot of User Actions without meaningful benefits, so we would clutter the sessions and consume storage without any additional benefits.
It's also not really possible to do good timings if there are no requests.
The solution is using the JavaScript Agent SDK to instrument the actions without requests you want to see. That way you can also time the specific parts you want.