-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: safe pause #1461
fix: safe pause #1461
Conversation
🦋 Changeset detectedLatest commit: 1181b47 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
cc @Juice10 |
If it's complaining about RRMediaElement, then the fix likely should be in rrdom? I don't understand the abstract base class stuff too well, but maybe it just needs a concrete implementation of the |
rrweb/packages/rrdom/src/document.ts Lines 576 to 578 in ae6908d
|
Any chance we could figure out what the type of element is that's being sent through? I'd like us to have a deeper fix if possible. |
Potentially fixes PostHog/posthog#21874 And potentially fixes #1461
@marandaneto I'd prefer this fix although if we don't know exactly what's triggering it, it might not be helpful for your use case. #1462 Any chance you could check? |
I'd love to, but I could not reproduce it, nor were the bug reports specific enough since it's an internal method. |
I could not reproduce the issue so I cannot check it but your PR makes sense to me, I added a comment with a possible improvement though, I think this is worth the shot. |
#1432 introduces this class/method.
Relates to PostHog/posthog#21874
We also saw this issue in our error reporting tool.
Not sure this is the right fix since I cannot reproduce it locally but def. happened a few times in the latest alpha on Chrome 124 Win >= 10.