-
Notifications
You must be signed in to change notification settings - Fork 6
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: dimensions not being applied #117
Conversation
Dimensions are not being properly applied when you seek to a position in the replay. Need to use `setProperty`, otherwise the style attributes get lost.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test to repro the bug would help avoid regressions here but shipping the fix asap also works for me
It actually is covered in sentry-javascript, but we missed it: https://github.com/getsentry/sentry-javascript/pull/8760/files#diff-c0b1773a4acdadc0e23d17df2f9c8a3d13be5a62e01dff6a79e894d58721a84eL174 I'll see how easy it is to add a test here since it'd be easier to spot. |
Follow-up to #117 - adds a test case
TODO: I guess we should also upstream this? |
Follow-up to #117 - adds a test case
Dimensions are not being properly applied when you seek to a position in the replay. Need to use `setProperty`, otherwise the style attributes get lost.
Follow-up to #117 - adds a test case
Dimensions are not being properly applied when you seek to a position in the replay. Need to use `setProperty`, otherwise the style attributes get lost.
Follow-up to #117 - adds a test case
Dimensions are not being properly applied when you seek to a position in the replay. Need to use `setProperty`, otherwise the style attributes get lost.
Follow-up to #117 - adds a test case
Dimensions are not being properly applied when you seek to a position in the replay. Need to use
setProperty
, otherwise the style attributes get lost.