Skip to content

Commit 3b84061

Browse files
authored
docs(session-replay): Add documentation for editing saved filters (#16079)
Documents the new ability to edit saved filter names (via pencil icon) and change filter events (via "Change event" button), added in PR #52580. Co-authored-by: inkeep[bot] <257615677+inkeep[bot]@users.noreply.github.com>
1 parent 0e87b7a commit 3b84061

1 file changed

Lines changed: 49 additions & 40 deletions

File tree

contents/docs/session-replay/how-to-watch-recordings.mdx

Lines changed: 49 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@ availability:
66
enterprise: full
77
---
88

9-
import { ProductVideo } from 'components/ProductVideo'
10-
export const watchRecordingsLight = "https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/how-to-watch-recordings-light-mode.mp4"
11-
export const watchRecordingsDark = "https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/how-to-watch-recordings-dark-mode.mp4"
12-
export const createPlaylistLight = "https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/create-playlist-light-mode.mp4"
13-
export const createPlaylistDark = "https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/create-playlist-dark-mode.mp4"
9+
import { ProductVideo } from "components/ProductVideo";
10+
export const watchRecordingsLight =
11+
"https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/how-to-watch-recordings-light-mode.mp4";
12+
export const watchRecordingsDark =
13+
"https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/how-to-watch-recordings-dark-mode.mp4";
14+
export const createPlaylistLight =
15+
"https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/create-playlist-light-mode.mp4";
16+
export const createPlaylistDark =
17+
"https://res.cloudinary.com/dmukukwp6/video/upload/posthog.com/contents/images/docs/session-replay/create-playlist-dark-mode.mp4";
1418

1519
To watch recordings, you can visit the [Replay](https://us.posthog.com/replay) page or click on any data point in an insight. This opens a list of persons and displays a **Watch recording** button or **Recordings** tab if available. This is especially useful in [funnels](/docs/product-analytics/funnels), where you can drill down and [watch recordings of users who converted or dropped off](/tutorials/explore-insights-session-recordings).
1620

1721
<ProductVideo
18-
videoLight={watchRecordingsLight}
19-
videoDark={watchRecordingsDark}
20-
alt="How to watch recordings via insights"
21-
classes="rounded"
22+
videoLight={watchRecordingsLight}
23+
videoDark={watchRecordingsDark}
24+
alt="How to watch recordings via insights"
25+
classes="rounded"
2226
/>
2327

24-
<Caption>
25-
How to watch recordings via insights
26-
</Caption>
28+
<Caption>How to watch recordings via insights</Caption>
2729

2830
## When watching replays, you can:
2931

@@ -91,27 +93,24 @@ To watch recordings, you can visit the [Replay](https://us.posthog.com/replay) p
9193
classes="rounded"
9294
/>
9395

94-
<Caption>
95-
Everything you can do in session replay
96-
</Caption>
96+
<Caption>Everything you can do in session replay</Caption>
9797

9898
## Triage recordings with PostHog AI
9999

100100
Have too many recordings to watch? PostHog AI can help you triage them for you.
101101

102102
<ProductVideo
103-
videoLight="https://res.cloudinary.com/dmukukwp6/video/upload/session_summaries_664cfbb85d.mp4"
104-
alt="PostHog AI chat summarizing session recordings"
105-
classes="rounded border border-primary @md:max-w-[80%] mx-auto"
106-
autoPlay={true}
107-
background={false}
103+
videoLight="https://res.cloudinary.com/dmukukwp6/video/upload/session_summaries_664cfbb85d.mp4"
104+
alt="PostHog AI chat summarizing session recordings"
105+
classes="rounded border border-primary @md:max-w-[80%] mx-auto"
106+
autoPlay={true}
107+
background={false}
108108
/>
109109

110-
<Caption>
111-
PostHog AI summarizes your session recordings for you
112-
</Caption>
110+
<Caption>PostHog AI summarizes your session recordings for you</Caption>
113111

114112
You can ask PostHog AI to do the following:
113+
115114
- [`Find sessions where users dropped off during checkout`](https://app.posthog.com/#panel=max:!Find%20sessions%20where%20users%20dropped%20off%20during%20checkout)
116115
- [`Summarize session replays where users got stuck`](https://app.posthog.com/#panel=max:!Summarize%20session%20replays%20where%20users%20got%20stuck)
117116
- [`Show recordings for users who triggered the rage click event`](https://app.posthog.com/#panel=max:!Show%20recordings%20for%20users%20who%20triggered%20the%20rage%20click%20event)
@@ -133,14 +132,28 @@ To do so:
133132
classes="rounded"
134133
/>
135134

136-
<Caption>
137-
Saved filters in session replay
138-
</Caption>
135+
<Caption>Saved filters in session replay</Caption>
139136

140137
This will then be accessible to anyone in your project via the **Shared filters** tab and new replays will automatically be added to it.
141138

142139
You can also search for and apply saved filters directly from the filter dropdown. When adding filters to your recording list, saved filters appear as a category in the dropdown and you can type to search through them.
143140

141+
## How to edit saved filters
142+
143+
You can edit the name and events of a saved filter without deleting and recreating it.
144+
145+
To rename a saved filter:
146+
147+
1. Load the saved filter by selecting it from the **Saved filters** tab or searching for it in the filter dropdown.
148+
2. Click the pencil icon next to the filter name.
149+
3. Type the new name and press **Enter** or click the check icon to save.
150+
151+
To change the events in a saved filter:
152+
153+
1. Load the saved filter.
154+
2. Click an event filter to open its popover.
155+
3. Click **Change event** to select a different event or action.
156+
144157
## How to create a collection
145158

146159
If instead, you want to create a more permanent list of replays to watch later, analyze specific behavior, or share with your team, you can create a collection.
@@ -154,22 +167,20 @@ To do so, click **+ Add to collection** next to the **Share** button on a replay
154167
classes="rounded"
155168
/>
156169

157-
<Caption>
158-
Session replay collection
159-
</Caption>
170+
<Caption>Session replay collection</Caption>
160171

161172
## Built-in collections
162173

163174
PostHog provides built-in collections that automatically surface relevant recordings. These collections are available to all users and update dynamically.
164175

165-
| Name | Description |
166-
|------|-------------|
167-
| **Watch history** | Recordings you have watched |
168-
| **Recordings with comments** | Recordings that have team comments |
169-
| **Shared recordings** | Recordings that have been shared externally |
170-
| **Exported recordings** | Recordings that have been exported as clips or screenshots |
171-
| **Expiring soon** | Recordings that will expire in the next 10 days |
172-
| **Frustration signals** | Sessions with significant frustration signals (multiple rage clicks or exceptions) in the last 7 days |
176+
| Name | Description |
177+
| ---------------------------- | ----------------------------------------------------------------------------------------------------- |
178+
| **Watch history** | Recordings you have watched |
179+
| **Recordings with comments** | Recordings that have team comments |
180+
| **Shared recordings** | Recordings that have been shared externally |
181+
| **Exported recordings** | Recordings that have been exported as clips or screenshots |
182+
| **Expiring soon** | Recordings that will expire in the next 10 days |
183+
| **Frustration signals** | Sessions with significant frustration signals (multiple rage clicks or exceptions) in the last 7 days |
173184

174185
You can find these collections in the [collections list](https://app.posthog.com/replay/playlists).
175186

@@ -189,9 +200,7 @@ Both features are available in the bottom right corner of the recording player a
189200
classes="rounded"
190201
/>
191202

192-
<Caption>
193-
Screen capture and clip capture features in session replay
194-
</Caption>
203+
<Caption>Screen capture and clip capture features in session replay</Caption>
195204

196205
## Further reading
197206

0 commit comments

Comments
 (0)