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

[Bug]: Do not know how to serialize a BigInt #1209

Closed
1 task done
ImAwesomeEpt opened this issue Apr 21, 2023 · 0 comments · Fixed by #1403
Closed
1 task done

[Bug]: Do not know how to serialize a BigInt #1209

ImAwesomeEpt opened this issue Apr 21, 2023 · 0 comments · Fixed by #1403
Assignees
Labels
bug Something isn't working console-plugin

Comments

@ImAwesomeEpt
Copy link

Preflight Checklist

  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.

What package is this bug report for?

rrweb

Version

v1.1.3

Expected Behavior

console.log(BigInt(1)) works well

Actual 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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working console-plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants