Skip to content

Commit 69f985f

Browse files
committed
Add replay delete blurb to pages and filters page
1 parent 5b3f314 commit 69f985f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/product/explore/session-replay/web/replay-page-and-filters.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@ Each replay will bring users to the [**Replay Details**](/product/explore/sessio
2929
All replays have built-in key fields, and may have [custom tags](/platforms/javascript/enriching-events/tags/) if you have them set up. The search bar operates similarly to the one in the Discover [Query Builder](/product/explore/discover-queries/query-builder/#filter-by-search-conditions). Use it to enter these keys and assign them values. This will filter down your list of replays so you can quickly find the ones with the criteria you care about. For example, you can refine your replays search to a specific browser by using `browser.version:` as a key field and assigning the version as a value. For a list of all the built-in key fields/replay properties, check out our [Searchable Properties](/concepts/search/searchable-properties/#replay-properties) documentation.
3030

3131
![Highlight the Search Filters input on the Session Replay Index Page](./img/replay-index-filtering.png)
32+
33+
## Deleting Replays
34+
35+
Replays can be deleted either individually or in bulk.
36+
37+
When a replay is deleted, it is permanently removed from Sentry's servers, with the exception of its metadata. The metadata rows are archived and remain inaccessible to users. They are retained only until they are removed according to your organization's data retention policy. These metadata rows may also be eagerly deleted, but doing so requires manual intervention. To request this, please file a support ticket.
38+
39+
To delete a single replay, go to the replay details page and click the "Delete" link, which is located under the "..." (more options) button.
40+
41+
To delete multiple replays at once, go to the index page and use the checkboxes next to each replay row to select the ones you want to delete. Then click the "Delete" button to remove the selected replays. A pop up will appear which will direct you to a dedicated UI for monitoring the bulk delete job's progress.
42+
43+
Alternatively, you can delete all replays that match a search query by clicking "Select all" at the top of the results list. This selects every replay matching the current filters, not just those visible on the page.

0 commit comments

Comments
 (0)