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:
|
ncreated
left a comment
There was a problem hiding this comment.
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)