Add Compose instrumentation API for view tracking and image recording#2570
Merged
ambushwork merged 1 commit intoMar 28, 2025
Merged
Conversation
ambushwork
force-pushed
the
yl/kcp/add-instrumentation-api
branch
2 times, most recently
from
March 28, 2025 11:30
e4252d9 to
6f4407f
Compare
ambushwork
marked this pull request as ready for review
March 28, 2025 11:33
0xnm
previously approved these changes
Mar 28, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/compose-instrumentation-api #2570 +/- ##
=======================================================================
- Coverage 70.24% 70.13% -0.11%
=======================================================================
Files 803 804 +1
Lines 30144 30154 +10
Branches 5046 5047 +1
=======================================================================
- Hits 21173 21146 -27
- Misses 7587 7594 +7
- Partials 1384 1414 +30
🚀 New features to boost your workflow:
|
jonathanmos
previously approved these changes
Mar 28, 2025
ambushwork
force-pushed
the
yl/kcp/add-instrumentation-api
branch
from
March 28, 2025 14:10
6f4407f to
5c62578
Compare
0xnm
approved these changes
Mar 28, 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?
datadogfunction to be instrumented by Kotlin Compiler plugin for image recordings in Jetpack ComposeRecordImagesandTrackViewsfor instrumentation annotation mode.Review checklist (to be filled by reviewers)