RUM-9053: Support Coil3 for Session Replay image recording#2648
Merged
Conversation
ambushwork
marked this pull request as ready for review
May 15, 2025 07:35
0xnm
previously approved these changes
May 15, 2025
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2648 +/- ##
===========================================
- Coverage 70.06% 69.94% -0.12%
===========================================
Files 820 820
Lines 30598 30631 +33
Branches 5136 5153 +17
===========================================
- Hits 21436 21423 -13
- Misses 7733 7761 +28
- Partials 1429 1447 +18
🚀 New features to boost your workflow:
|
jonathanmos
previously approved these changes
May 15, 2025
ambushwork
force-pushed
the
yl/compose/coil3-support-pr
branch
from
May 15, 2025 07:44
2801f6a to
64ac577
Compare
0xnm
approved these changes
May 15, 2025
mariusc83
approved these changes
May 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Due to the internal API change of Coil from V2 to V3, we were not able to retrieve the
painterattribute as before, this PR adds a new way of resolving thepainterin modifier node chain in Coil3AsyncImageto retrieve the painter for Session Replay image recording.Motivation
RUM-9053
Review checklist (to be filled by reviewers)