In the process of JavaScript (JS) error diagnostics, Application Real-Time Monitoring Service (ARMS) frontend monitoring provides the user behavior backtracking feature to show you a comprehensive list of the user behaviors that lead up to the errors.
Background information
ARMS frontend monitoring defines all events on the page as user behaviors, including console behaviors, page jumps, user clicks, user inputs, and API calls. You can connect user behaviors in chronological order to form a behavior trace. Then, you can backtrack and analyze the behavior trace to reproduce the situation in which a specific error occurred.
Step 1: Install an ARMS agent
After you install the ARMS agent, your frontend applications can be fully monitored. Select a method to install the ARMS agent as needed. For more information, see Browser monitoring overview.
Step 2: Diagnose an error
Use the user behavior backtracking feature to reproduce the situation in which a specific JS error occurred and diagnose causes of the error.