Event Types
/
session.event

session.event

Triggers when an event from session is handled. Currently supported events are: JSError, NetError, ErrorClick, RageClick and Custom

JSError

Triggers when a JS error is handled.

 

NetError

Triggers when a network request error is handled.

 

ErrorClick

Triggers when an error click is handled.

 

RageClick

Triggers when a rage click is handled.

 

Custom

Triggers when a custom event is handled. These events are made during recording through the ls.track('EVENT') using Browser API function. The payload includes event specifics and potential validation errors for added properties.

The properties field is a map with varying value types. Value type depends on the property key. For instance, _str suffixed keys hold *string* values and _bool suffixed keys contain *boolean* values. Additional details are available in the knowledge base.

Built with

Show your support! Star us on GitHub ⭐️