Comments are a great way to leave notes for yourself or other members of your team. You can add comments to the video, print statements, console logs, network requests, or a source.
Maybe you created a replay to record a bug so you can pass it onto someone else. Before you do, it would be nice if you annotated it — this way the next person knows what they're looking at.
To add comments on the video:
You can also reply to comments and edit or delete your own comments. You can also attach a Loom video to any comment by clicking the paper clip icon.
Click the blue comment button when the print statement panel is open to create a comment referencing that specific function. A link to the function will be added to the comment so others can easily jump to the line of code related to the comment.
Commenting on console logs is an incredibly useful way for keeping track of executed code and adding context for others on your team.
Add a comment to a console log two ways: