Skip to content

Commit

Permalink
Update src/platforms/javascript/common/session-replay/troubleshooting…
Browse files Browse the repository at this point in the history
….mdx
  • Loading branch information
mydea committed Dec 15, 2023
1 parent 955b5b3 commit 18babed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Note that there are some limitations to this. On the one hand, there may be _fal

On the other hand, there may be _false positives_. For example, if a user clicks a link that leads to a file download, there is no reliable way to detect that a download was initiated, so a Slow Click may be generated even if the button is not actually "dead". For these cases, you can configure the SDK via `slowClickIgnoreSelectors` - see <PlatformLink to='/session-replay/configuration'>Configuration</PlatformLink> for more details.

For example, ignoring detection of Dead and Rage clicks on selectors:
For example, you could ignore detection of dad and rage clicks for download links in your application like this:

```javascript
new Sentry.Replay({
Expand Down

0 comments on commit 18babed

Please sign in to comment.