mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-06 04:11:22 +01:00
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
---
|
|
title: Replay comments
|
|
sidebar: Docs
|
|
showTitle: true
|
|
availability:
|
|
free: full
|
|
selfServe: full
|
|
enterprise: full
|
|
---
|
|
import {ProductScreenshot} from 'components/ProductScreenshot'
|
|
|
|
export const quickReactionsLight = "https://res.cloudinary.com/dmukukwp6/image/upload/quick_reactions_light_971a45a8cc.png"
|
|
export const quickReactionsDark = "https://res.cloudinary.com/dmukukwp6/image/upload/quick_reactions_dark_412eed0c48.png"
|
|
|
|
export const showingInTimelineLight = "https://res.cloudinary.com/dmukukwp6/image/upload/showing_in_timeline_light_006933aee6.png"
|
|
export const showingInTimelineDark = "https://res.cloudinary.com/dmukukwp6/image/upload/showing_in_timeline_dark_171c064db4.png"
|
|
|
|
export const whereToClickLight = "https://res.cloudinary.com/dmukukwp6/image/upload/where_to_click_light_ee28583dce.png"
|
|
export const whereToClickDark = "https://res.cloudinary.com/dmukukwp6/image/upload/where_to_click_dark_1ba3ca4d23.png"
|
|
|
|
export const addCommentLight = "https://res.cloudinary.com/dmukukwp6/image/upload/adding_a_comment_light_f481a19ca9.png"
|
|
export const addCommentDark = "https://res.cloudinary.com/dmukukwp6/image/upload/adding_a_comment_dark_55457f2e3c.png"
|
|
|
|
Comments enable you to add written notes to a particular time on a session recording so you can highlight what you see.
|
|
|
|
## Creating a comment
|
|
|
|
When viewing a recording, you can press 'c' or click the comment button at the bottom of the recording.
|
|
|
|
<ProductScreenshot
|
|
imageLight={whereToClickLight}
|
|
imageDark={whereToClickDark}
|
|
alt="Where to click to start commenting"
|
|
classes="rounded"
|
|
/>
|
|
|
|
You can add text, images, and emojis to your comments.
|
|
|
|
<ProductScreenshot
|
|
imageLight={addCommentLight}
|
|
imageDark={addCommentDark}
|
|
alt="The text area that lets you add a comment"
|
|
classes="rounded"
|
|
/>
|
|
|
|
If you want to quickly highlight something great or terrible in a recording, you can add emoji reactions.
|
|
|
|
<ProductScreenshot
|
|
imageLight={quickReactionsLight}
|
|
imageDark={quickReactionsDark}
|
|
alt="How to add a quick emoji reaction"
|
|
classes="rounded"
|
|
/>
|
|
|
|
Once created, comments and reactions are available at the bottom of your recording in the timeline or in the player's activity inspector.
|
|
|
|
<ProductScreenshot
|
|
imageLight={showingInTimelineLight}
|
|
imageDark={showingInTimelineDark}
|
|
alt="Comments and emojis showing in the recording timeline"
|
|
classes="rounded"
|
|
/>
|
|
|
|
And you can also view all of your existing comments in `/data-management/comments`.
|
|
|
|
|
|
|