-
Notifications
You must be signed in to change notification settings - Fork 63
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-6194: Add Semantics Mapper for Button role #2296
RUM-6194: Add Semantics Mapper for Button role #2296
Conversation
5847e03
to
d675d8c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/sr_compose #2296 +/- ##
======================================================
- Coverage 69.58% 69.55% -0.04%
======================================================
Files 750 751 +1
Lines 27738 27809 +71
Branches 4732 4745 +13
======================================================
+ Hits 19301 19340 +39
- Misses 7105 7131 +26
- Partials 1332 1338 +6
|
d675d8c
to
6f18ec7
Compare
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.
nice to see how Jetpack Compose is finally getting a shape in Session Replay.
...in/kotlin/com/datadog/android/sessionreplay/compose/internal/reflection/ComposeReflection.kt
Show resolved
Hide resolved
...og/android/sessionreplay/compose/internal/mappers/semantics/ButtonSemanticsNodeMapperTest.kt
Outdated
Show resolved
Hide resolved
8198b46
6f18ec7
to
8198b46
Compare
8198b46
to
afe85c6
Compare
What does this PR do?
Add Semantics Mapper for Button role
Motivation
RUM-6194
Demo
Review checklist (to be filled by reviewers)