-
Notifications
You must be signed in to change notification settings - Fork 140
RUM-7205 Double full snapshot bug #2154
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
RUM-7205 Double full snapshot bug #2154
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 2 Passed, 3591 Skipped, 16.62s Total duration (2m 15.09s time saved) |
/merge |
Devflow running:
|
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.
Good finding, good explanation, good trade-off 💪
f1afae5
to
fd28491
Compare
/merge |
Devflow running:
|
What and why?
This PR is essentially reverting #1567. Assumption made was wrong. We can expect view that from the wireframe perspective have a different root view (it can be done by fully covering the root with nontransparent view, which will remove the root during flattening process).
The reverted code was fixing some minor edge cases in React Native, although it has a serious penalty of creating double fullsnapshots in others.
Review checklist
make api-surface
)