Skip to content

add rage click issues #9268

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

Merged
merged 11 commits into from
Mar 8, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AI Suggested Solution
description: "Learn more about the AI integration to suggest a solution to an issue."
sidebar_order: 40
sidebar_order: 50
---

AI Suggested Solution is an experimental feature that uses AI to explain an issue
Expand Down
2 changes: 1 addition & 1 deletion docs/product/issues/issue-details/breadcrumbs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Using Breadcrumbs
description: "Learn more about the breadcrumb information that displays on the Issue Details page and how you can filter to help resolve issues."
sidebar_order: 30
sidebar_order: 40
---

Sentry uses _breadcrumbs_ to create a trail of events that happened prior to an issue. These events are very similar to traditional logs, but can record more rich structured data.
Expand Down
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.
37 changes: 37 additions & 0 deletions docs/product/issues/issue-details/replay-issues/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Rage Click Issues
sidebar_order: 30
description: "Learn about Session Replay rage click issues."
---

If you've enabled [Session Replay](/product/session-replay/), you'll be able to see rage click issues on the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page in Sentry. Rage clicks are a series of consecutive clicks on the same unresponsive element. They are a sure sign of user frustration and most likely deserve your attention.

![Rage click issue](/product/issues/issue-details/replay-issues/Rage-click-issue-in-issue-stream.png)
Copy link
Member

Choose a reason for hiding this comment

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

Instead of using an image that have replay issue search, could we instead have an Issue Details page of a rage click issue? If we did, we could highlight the embedded replay video :)

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure!


## Prerequisites for Seeing Rage Clicks

In order to see rage clicks in your issue stream on the **Issues** page, your organization needs to:

- Be sending [session replay events](/product/session-replay/getting-started/)
- Enable the JavaScript SDK (or framework-specific bundle), version 7.60.1 or higher

<Note>
While you can enable **session replay** with JavaScript SDK version 7.27.0, or higher, you'll need to have version 7.60.1 or higher in order to be able to see **rage click issues**.
</Note>

## Get Rage Click Alerts

To set up alerts and get notified when a rage click occurs, follow these steps:

1. Create a new [Alert Rule](https://sentry.sentry.io/alerts/new/issue/) in Sentry.
2. In the "Set conditions" section, set the "IF" filter to "The issue's category is equal to", then choose "Replay" from the dropdown.
3. Add an optional filter if you like.
5. Choose the action to be performed in the "THEN" dropdown.
6. Decide how often you'd like Sentry to look for rage click issues.
7. Lastly, name your alert and add an owner.

## Turn Off Rage Click Issues

If you don't want to see rage click issues, you can disable them by going to the **Settings** page in Sentry, clicking "Projects", and selecting the project for which you want to disable rage clicks. From here, select "Replays" under the "PROCESSING" heading and toggle off "Create Rage Click Issues".

![Turning off rage click issues](/product/issues/issue-details/replay-issues/Turning-off-rage-clicks-toggle.png)
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.