Popular
Javascript error
- 247 views
Javascript error is a non-interaction event that is fired whenever a JS error reaches the Window. Analyzing these events frequently is great for troublehooting websites.
Parameters
error_type: type of the JS Error event object
error_message: the message of the JS Error
Utilization
You can use this event to discover various errors that may be ocuring throughout your website and can result in the site not being accessible, or user experience being poor.