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

feat(replay): Skip addHoverClass when stylesheet is >= 1MB #130

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Nov 8, 2023

Large stylesheets will cause addHoverClass to block the main UI thread when viewing a replay. Turn this off when stylesheet is >= 1MB.

Large stylesheets will cause `addHoverClass` to block the main UI thread when viewing a replay. Turn this off when stylesheet is >= 1MB.
@billyvg billyvg marked this pull request as ready for review November 8, 2023 22:14
@billyvg billyvg merged commit e3a066e into sentry-v2 Nov 8, 2023
14 checks passed
@billyvg billyvg deleted the feat-replay-disable-hover-class-on-large-css branch November 8, 2023 22:36
billyvg added a commit that referenced this pull request Apr 26, 2024
Large stylesheets will cause `addHoverClass` to block the main UI thread
when viewing a replay. Turn this off when stylesheet is >= 1MB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants