Skip to content

replays: Add delete docs #14557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we try blurring the sensitive info rather than drawing a black box over it? it might look cleaner

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still a reference to this in session-replay/web/index.mdx

File renamed without changes
45 changes: 45 additions & 0 deletions docs/product/explore/session-replay/replay-delete.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Delete Session Replays"
sidebar_order: 24
description: "Learn more about how to delete session replays."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: "Learn more about how to delete session replays."
description: "Learn how to delete session replays."

---

<Include name="session-replay-web-report-bug.mdx" />

Sentry exposes delete functionality which can quickly remove unwanted or incorrectly masked session replays.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Sentry exposes delete functionality which can quickly remove unwanted or incorrectly masked session replays.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opinionated, but I think the reader can infer this.


## Deleting a Single Replay

To delete a session replay visit the replay's details page. In the upper right corner click the three dots button. Click "Delete Replay".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To delete a session replay visit the replay's details page. In the upper right corner click the three dots button. Click "Delete Replay".
To delete a session replay visit the replay's details page. In the upper right corner click the three dots button, then cick "Delete Replay".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To delete a session replay visit the replay's details page. In the upper right corner click the three dots button. Click "Delete Replay".
To delete a session replay, visit the replay's details page. In the upper right corner, click the three dots button. Click "Delete Replay".


![Session Replay details user interface](./img/delete_dropdown.png)

Click "Confirm".

![Session Replay details user interface](./img/delete_confirmation.png)

You will be returned to the index page. Refresh the page to see the deleted session replay row.

![Session Replay details user interface](./img/deletion_evidence.png)

## Deleting Replays in Bulk

Replays can be bulk deleted from a selection set or from a query. To bulk delete replays click the empty checkbox on the left-hand side of the session replay row.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested clarification: "To bulk delete replays [select a single project from the dropdown and] click the empty checkbox..."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Replays can be bulk deleted from a selection set or from a query. To bulk delete replays click the empty checkbox on the left-hand side of the session replay row.
Replays can be bulk deleted from a selection set or from a query. To bulk delete replays, click the empty checkbox on the left-hand side of the session replay row.


![Session Replay details user interface](./img/bulk_delete_selection_box.png)

Click the "Delete" button to delete from the selection set.

![Session Replay details user interface](./img/bulk_delete_button.png)

Alternatively click "Select all replays" to select every replay which matches the query. To alter the query you may adjust your time range, environment, project, or enter any number of search conditions in the search box.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Alternatively click "Select all replays" to select every replay which matches the query. To alter the query you may adjust your time range, environment, project, or enter any number of search conditions in the search box.
Alternatively, click "Select all replays" to select every replay which matches the query. To alter the query, you may adjust your time range, environment, project, or enter any number of search conditions in the search box.


![Session Replay details user interface](./img/bulk_delete_expansion.png)

Click "Delete".

![Session Replay details user interface](./img/bulk_delete_confirmation.png)

A pop up will link to a progress monitoring screen.

![Session Replay details user interface](./img/bulk_delete_progress_tracking.png)
Loading