-
Notifications
You must be signed in to change notification settings - Fork 72
RUM-11830: Create profiling module #2893
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
base: feature/perfetto-profiling
Are you sure you want to change the base?
Conversation
586a44c
to
e2c2547
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/perfetto-profiling #2893 +/- ##
==============================================================
- Coverage 71.11% 70.89% -0.22%
==============================================================
Files 810 811 +1
Lines 29677 29678 +1
Branches 4967 4967
==============================================================
- Hits 21104 21038 -66
- Misses 7230 7285 +55
- Partials 1343 1355 +12
🚀 New features to boost your workflow:
|
e2c2547
to
1495bbf
Compare
implementation(libs.gson) | ||
implementation(libs.okHttp) |
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.
I'm not sure these 2 will be needed. It is better to remove them and add only in needed.
Same maybe for dd-sdk-android-internal
usage above so far.
testImplementation(libs.okHttp) | ||
testImplementation(libs.okHttpMock) |
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.
probably can be removed as well
08b5702
1495bbf
to
08b5702
Compare
api(project(":dd-sdk-android-core")) | ||
implementation(project(":dd-sdk-android-internal")) | ||
implementation(libs.kotlin) | ||
implementation(libs.gson) |
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.
will this one be needed?
08b5702
to
4b6551d
Compare
What does this PR do?
Create profiling module
Motivation
RUM-11830
Review checklist (to be filled by reviewers)