Skip to content

Commit 68cc263

Browse files
lizokmvivianyentranjas-kas
authored
add rage click issues (#9268)
* updage rage click issues * add images * Update docs/product/issues/issue-details/replay-issues/index.mdx * Update docs/product/issues/issue-details/replay-issues/index.mdx * Update docs/product/issues/issue-details/replay-issues/index.mdx Co-authored-by: vivianyentran <[email protected]> * Update docs/product/issues/issue-details/replay-issues/index.mdx Co-authored-by: vivianyentran <[email protected]> * Update docs/product/issues/issue-details/replay-issues/index.mdx Co-authored-by: Jasmin <[email protected]> * update image * Update docs/product/issues/issue-details/replay-issues/index.mdx Co-authored-by: Liza Mock <[email protected]> * Update docs/product/issues/issue-details/replay-issues/index.mdx * Update docs/product/issues/issue-details/replay-issues/index.mdx --------- Co-authored-by: vivianyentran <[email protected]> Co-authored-by: Jasmin <[email protected]>
1 parent 45883e0 commit 68cc263

File tree

7 files changed

+39
-2
lines changed

7 files changed

+39
-2
lines changed

docs/product/issues/issue-details/ai-suggested-solution/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: AI Suggested Solution
33
description: "Learn more about the AI integration to suggest a solution to an issue."
4-
sidebar_order: 40
4+
sidebar_order: 50
55
---
66

77
AI Suggested Solution is an experimental feature that uses AI to explain an issue

docs/product/issues/issue-details/breadcrumbs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using Breadcrumbs
33
description: "Learn more about the breadcrumb information that displays on the Issue Details page and how you can filter to help resolve issues."
4-
sidebar_order: 30
4+
sidebar_order: 40
55
---
66

77
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.
Loading
Loading
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Rage Click Issues
3+
sidebar_order: 30
4+
description: "Learn about Session Replay rage click issues."
5+
---
6+
7+
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.
8+
9+
![Rage click issue](/product/issues/issue-details/replay-issues/Rage-click-issue-in-issue-stream.png)
10+
11+
## Prerequisites for Seeing Rage Clicks
12+
13+
In order to see rage clicks in your issue stream on the **Issues** page, your organization needs to:
14+
15+
- Be sending [session replay events](/product/session-replay/getting-started/)
16+
- Enable the JavaScript SDK (or framework-specific bundle), version 7.60.1 or higher
17+
18+
<Note>
19+
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**.
20+
</Note>
21+
22+
## Get Rage Click Alerts
23+
24+
To set up alerts and get notified when a rage click occurs, follow these steps:
25+
26+
1. Create a new [Alert Rule](https://sentry.sentry.io/alerts/new/issue/) in Sentry.
27+
2. In the "Set conditions" section, set the "IF" filter to "The issue's category is equal to", then choose "Replay" from the dropdown.
28+
3. Add an optional filter if you like.
29+
5. Choose the action to be performed in the "THEN" dropdown.
30+
6. Decide how often you'd like Sentry to look for rage click issues.
31+
7. Lastly, name your alert and add an owner.
32+
33+
## Turn Off Rage Click Issues
34+
35+
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".
36+
37+
![Turning off rage click issues](/product/issues/issue-details/replay-issues/Turning-off-rage-clicks-toggle.png)
Loading
Loading

0 commit comments

Comments
 (0)