Convert a session with errors to test
Click on Errors
Once on the session listing page. Select the Errors tab. This will display the list of errors that your users are encountering.
Click on Uncaught TypeError:
In this application, we can see a few errors. You can review the error type, the relicx suggested severity, number of sessions impacted and when was this error last seen.
Review the error details and scroll to the bottom
Once you land on the error details, you can review the stack trace and get an idea how often users are encountering this error and also look at the pages where this error has been reported
Once on this page, you can scroll down and watch the replay of a session that is encountering the error. Click on the i icon and then click on the sessionId
Session Replay Details
Once you are on the session replay page, you can watch the replay of the entire session and understand what were the exact steps that led to the error. In this page as well the user, can click on settings to select the show error option
Click on Show errors
Click on Generate Test button
If you want to create a test for this scenario and check whether the same error is reproduced in any downstream environment, then click on the Generate Test button
Click on VIEW TEST
Click on the view test button once the test is successfully created in a few seconds. View test option will take you to the Test details page.
Review Test and validate
Once you have the test, review the steps, add assertions and then run it on your target environment.