getsentry / rrweb

record and replay the web
https://www.rrweb.io/
Other
12 stars 5 forks source link

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

Closed billyvg closed 11 months ago

billyvg commented 11 months ago

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