RUM-6871: Add Material Chip mapper and improve CompoundButton telemetry#2364
Conversation
f83c4c1 to
356c9ea
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2364 +/- ##
===========================================
+ Coverage 70.26% 70.35% +0.09%
===========================================
Files 743 744 +1
Lines 27681 27719 +38
Branches 4629 4631 +2
===========================================
+ Hits 19449 19501 +52
+ Misses 6937 6932 -5
+ Partials 1295 1286 -9
|
0xnm
left a comment
There was a problem hiding this comment.
lgtm, but text on the chip is centered on the application screenshot, but it is not centered on the SR screenshot. Is it something to fix?
356c9ea to
92876f8
Compare
|
@0xnm Actually the text position of the chip in sample app is And reason why in Session Replay it looks different, it's because that we can not correctly parse the font of the text which makes it look smaller than the real one. That's is a legacy issue we haven't been able to fix. |
What does this PR do?
The telemetry in
CompoundButtonwas not clear enough to understand why we can't resolvebuttonDrawableof the view prior to this PR, so one of the task is to append the view information in the telemetry so that we can know the view type.ChipWireframeMapperis added to support Material Chip component since it's a widely used one on customer side.Motivation
RUM-6871
Demo
Review checklist (to be filled by reviewers)