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

fix: fix css parsing in replayer #195

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Jun 5, 2024

This reverts #182 (i.e. we are going back to #169) as we had some performance regressions with the CSS changes.

I tested these against the replays that had crashed with the upstream changes and they seem to work ok.

'.a:hover, .a.\\:hover { color: white }',
);
});

it('can correctly add hover when in middle of selector', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did these (and the other tests) get deleted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was from reverting this commit too: a7c33f2

@billyvg billyvg marked this pull request as ready for review June 6, 2024 18:52
@billyvg billyvg merged commit 5766ac4 into sentry-v2 Jun 7, 2024
14 checks passed
@billyvg billyvg deleted the revert-a7c33f2-sentry-v2 branch June 7, 2024 16:25
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