Check out this Replay showing off some of the console functionality!
Replay can display all exceptions thrown during the recording. You can add exceptions to the console by clicking the settings cog on the top right of the panel (screenshot below) and then you'll be able to read through the exceptions. You can also hover over one and click the button to rewind back to when that exception was thrown and pause there.
By default, Replay will show JavaScript errors and console.log
's. However, you can enable a lot more information by clicking on the settings cog in the top right. You can have Replay display all application exceptions, warnings, console.info
's, and debug information by toggling them on and off.
Timestamps can be helpful when viewing the console tab. They can show you how much time elapsed between events or errors. They can also take up precious room while you're trying to read error messages! That's why Repay allows you to toggle them on and off via the settings cog.
Replay can also display a timeline of all events that took place during the recording. Every mouse click and every keyboard press! This can be used to track down event handling code in the application. It can also be helpful for spotting bugs or errors that occur directly after a user event. To enable or configure them click the events button next to the settings cog.
In simple mode, Replay allows you to toggle Mouse and Keyboard events. Each of these is a category of events in reality.
If you're looking for events not listed above, or just want more granularity, the Advanced tab lets you pick and choose any browser events that you want to display.