-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
add rage click issues #9268
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ad2ab37
updage rage click issues
lizokm a16e346
add images
lizokm 39b20f9
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm 500c051
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm b5dbf5a
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm df6a5b3
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm 16cbfee
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm 2690591
update image
lizokm 046292d
Update docs/product/issues/issue-details/replay-issues/index.mdx
jas-kas 634cd8b
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm f158974
Update docs/product/issues/issue-details/replay-issues/index.mdx
lizokm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/product/issues/issue-details/ai-suggested-solution/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+392 KB
...product/issues/issue-details/replay-issues/Rage-click-issue-in-issue-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
docs/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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
 | ||
|
||
## 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". | ||
|
||
 |
Binary file added
BIN
+392 KB
...product/issues/issue-details/replay-issues/Rage-click-issue-in-issue-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
...c/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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can pull a screenshot from our demo proj: https://sentry-test.sentry.io/issues/5014485689/?project=4506072436572160&query=is%3Aunresolved+rage&referrer=issue-stream&statsPeriod=7d&stream_index=0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!