Objects
/
SessionEventsStatisticsData

SessionEventsStatisticsData

SessionEventsStatisticsData

  • clicks
    integer
    Total number of clicks during the session
  • error_clicks
    integer
    Number of clicks on error elements
  • rage_clicks
    integer
    Number of rapid clicks indicating user frustration
  • error_logs
    integer
    Number of JavaScript errors logged
  • net_errors
    integer
    Number of network errors encountered
Example
{
"clicks": 0,
"error_clicks": 0,
"rage_clicks": 0,
"error_logs": 0,
"net_errors": 0
}
Built with

Show your support! Star us on GitHub ⭐️