-
Notifications
You must be signed in to change notification settings - Fork 61
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-4507 Add OpenTelemetry use case into the Wear sample app #2068
RUM-4507 Add OpenTelemetry use case into the Wear sample app #2068
Conversation
|
||
# These annotations are introduced by OpenTelemetry API and we need to make sure R8 will not complain about them | ||
-dontwarn com.google.** |
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.
-dontwarn com.google.** | |
-dontwarn com.google.** |
@@ -25,3 +25,5 @@ | |||
-dontwarn org.slf4j.impl.StaticLoggerBinder | |||
-dontwarn org.slf4j.impl.StaticMDCBinder | |||
-dontwarn reactor.blockhound.integration.BlockHoundIntegration | |||
# These annotations are introduced by OpenTelemetry API and we need to make sure R8 will not complain about them | |||
-dontwarn com.google.** |
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.
-dontwarn com.google.** | |
-dontwarn com.google.** |
@@ -32,6 +32,7 @@ android { | |||
namespace = "com.datadog.android.wear.sample" | |||
|
|||
compileOptions { | |||
isCoreLibraryDesugaringEnabled = true |
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.
so the only channel now to check how this Otel module behaves without desugaring enabled on the pre-24 APIs is now oncall app?
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.
nope also in Shopist...we have the Shopist running on 3 different device models
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/otel-support #2068 +/- ##
========================================================
- Coverage 67.35% 67.29% -0.06%
========================================================
Files 733 733
Lines 27001 27026 +25
Branches 4573 4574 +1
========================================================
+ Hits 18186 18187 +1
- Misses 7587 7619 +32
+ Partials 1228 1220 -8 |
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)