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

⏪ Revert "🐛 [RUMF-1410] Allow serialization of objects with cyclic re… #1821

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

yannickadam
Copy link
Contributor

Motivation

Removing cyclic reference can lead JSON.stringify to serialize huge objects. When serializing a DOM node, instrumented by a framework such as React, this can lead to a browser crash.

Changes

Reverting the change introduced by PR #1783

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@yannickadam yannickadam requested a review from a team as a code owner November 17, 2022 10:14
@yannickadam yannickadam merged commit d30de35 into main Nov 17, 2022
@yannickadam yannickadam deleted the yannick.adam/revert-1410-cyclic-reference branch November 17, 2022 10:47
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