Atatus automatically includes user actions to the time line. If you want to add your custom actions that lead to an error, you can attach breadcrumbs.
Synatax
atatus.leaveBreadcrumb(message, message_type);
Parameter
Parameter | Type | Description |
---|---|---|
message | String (Required) | Breadcrumb message. |
message_type | String (Optional) | Message can be an info, warning or an error type. By default, it is info. |
Example
copy
atatus.leaveBreadcrumb('Your breadcrumb message');