-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: Datadog integration leads to build failures - WPB-11936 #2153
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 465f8be.
Test Results 3 files 447 suites 5m 51s ⏱️ Results for commit d6b2dab. ♻️ This comment has been updated with latest results. |
it cannot be included in test target
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.
🥳
.product(name: "DatadogTrace", package: "dd-sdk-ios") | ||
], | ||
dependencies: datadogDependencies(), | ||
path: "Sources/WireDatadog", |
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.
Did you consider making the path change instead of the source files? It might be easier to maintain 🤔
As a side note, if we take the file route perhaps this line is not necessary as I guess that is the default path
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.
from the doc it was saying here lies the directory and on the other one just filenames. I didn't play with this
@@ -9,6 +9,7 @@ | |||
} | |||
], | |||
"defaultOptions" : { | |||
"codeCoverage" : false, |
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.
Did you confirm that this was necessary?
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.
not completely sure, but I think it does not hurt to keep it disabled for now since we don't collect code coverage for now
This reverts commit 465f8be.
Issue
This PR attempts to fix develop tests by:
reverting PR fix: restore CallQualityControllerTests - WPB-11936 #2110: this is still an issue we will need to fix (ticket back to TODO)
separate WireDatadog and WireAnalytics:
WireAnalytics is still in SynEngine:
WireDatadog is in WireCommonComponents
The
canImport
is removed entirely from WireCommonComponents so all datadog imports are within WireDatadogTesting