We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rrweb
v1.1.3
console.log(BigInt(1)) works well
console.log(BigInt(1))
console.log(BigInt(1)) throws error 'rrweb logger error: TypeError: Do not know how to serialize a BigInt'
execute console.log(BigInt(1))
No response
Not sure about version because I catched it in PostHog implementation: "rrweb": "^1.1.3"
The text was updated successfully, but these errors were encountered:
rrweb logger error: TypeError: Do not know how to serialize a BigInt
YunFeng0817
Successfully merging a pull request may close this issue.
Preflight Checklist
What package is this bug report for?
rrweb
Version
v1.1.3
Expected Behavior
console.log(BigInt(1))
works wellActual Behavior
console.log(BigInt(1))
throws error 'rrweb logger error: TypeError: Do not know how to serialize a BigInt'Steps to Reproduce
execute
console.log(BigInt(1))
Testcase Gist URL
No response
Additional Information
Not sure about version because I catched it in PostHog implementation: "rrweb": "^1.1.3"
The text was updated successfully, but these errors were encountered: