Skip to content
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

Dead clicks are created when users navigate back in a MPA #12666

Open
billyvg opened this issue Jun 26, 2024 · 2 comments
Open

Dead clicks are created when users navigate back in a MPA #12666

billyvg opened this issue Jun 26, 2024 · 2 comments
Labels
Package: replay Issues related to the Sentry Replay SDK

Comments

@billyvg
Copy link
Member

billyvg commented Jun 26, 2024

For MPA, dead clicks are created if users click a link and then navigates back. The bfcache preserves the timer state and resumes it when the user navigates back and the page is restored from bfcache. We should probably clear our dead click timers when the page is restored from bfcache (and maybe even when it begins to enter bfcache).

@aaronjensen
Copy link

Would this cause the page that was visited before hitting the back button not to show up in the replay at all?

@mydea
Copy link
Member

mydea commented Jul 1, 2024

it should not, but bfcache may be messing things up for us somehow, I guess 🤔

@AbhiPrasad AbhiPrasad added the Package: replay Issues related to the Sentry Replay SDK label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: replay Issues related to the Sentry Replay SDK
Projects
Status: No status
Development

No branches or pull requests

4 participants