You can easily track the user activity like performance data and errors using error tracking. You can use the atatus.setUser()
function to set the tracker.
Syntax
atatus.setUser(unique_userId, email, full_name);
Parameter
Parameter | Type | Description |
---|---|---|
unique_userId | String (Required) | User ID. |
String (Optional) | Email address. | |
full_name | String (Optional) | User name. |
Example
copy
atatus.setUser('1fA4533G', 'john.doe@acme.com', 'John Doe');