You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
16
20
17
21
<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"
22
26
/>
23
27
24
-
<Caption>
25
-
How to watch recordings via insights
26
-
</Caption>
28
+
<Caption>How to watch recordings via insights</Caption>
27
29
28
30
## When watching replays, you can:
29
31
@@ -91,27 +93,24 @@ To watch recordings, you can visit the [Replay](https://us.posthog.com/replay) p
91
93
classes="rounded"
92
94
/>
93
95
94
-
<Caption>
95
-
Everything you can do in session replay
96
-
</Caption>
96
+
<Caption>Everything you can do in session replay</Caption>
97
97
98
98
## Triage recordings with PostHog AI
99
99
100
100
Have too many recordings to watch? PostHog AI can help you triage them for you.
PostHog AI summarizes your session recordings for you
112
-
</Caption>
110
+
<Caption>PostHog AI summarizes your session recordings for you</Caption>
113
111
114
112
You can ask PostHog AI to do the following:
113
+
115
114
-[`Find sessions where users dropped off during checkout`](https://app.posthog.com/#panel=max:!Find%20sessions%20where%20users%20dropped%20off%20during%20checkout)
116
115
-[`Summarize session replays where users got stuck`](https://app.posthog.com/#panel=max:!Summarize%20session%20replays%20where%20users%20got%20stuck)
117
116
-[`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:
133
132
classes="rounded"
134
133
/>
135
134
136
-
<Caption>
137
-
Saved filters in session replay
138
-
</Caption>
135
+
<Caption>Saved filters in session replay</Caption>
139
136
140
137
This will then be accessible to anyone in your project via the **Shared filters** tab and new replays will automatically be added to it.
141
138
142
139
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.
143
140
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
+
144
157
## How to create a collection
145
158
146
159
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
154
167
classes="rounded"
155
168
/>
156
169
157
-
<Caption>
158
-
Session replay collection
159
-
</Caption>
170
+
<Caption>Session replay collection</Caption>
160
171
161
172
## Built-in collections
162
173
163
174
PostHog provides built-in collections that automatically surface relevant recordings. These collections are available to all users and update dynamically.
164
175
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 |
0 commit comments