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.

Commenting on the video

addcomment.mp4

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:

  1. Click on the area of the screenshot you’d like to add a comment. Your comment is pinned to both the screenshot area and the point in time in the reply.
  2. In the Comments panel on the left side, add your comment.
  3. Hit Enter to save.

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.

Adding a comment from a print statement

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.

Screen Shot 2022-01-26 at 2.58.47 PM.png

Adding a comment to a console log

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: