Closed ArielDemarco closed 2 days ago
The following issues were found:
Package | Version | License | Issue Type |
github.com/open-telemetry/opentelemetry-swift | >= 0 | Null | Unknown License |
Package | Version | Score | Details |
---|---|---|---|
swift/github.com/open-telemetry/opentelemetry-swift | >= 0 | Unknown | Unknown |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.95%. Comparing base (
a7acf84
) to head (32b361c
). Report is 2 commits behind head on main.
🚨 Try these New Features:
Closing this PR as this one uses an official version of OTel.
Will pick up the changes in the build_dependencies
script and create another PR with them.
Overview
This issue led to the creation of a fix in
OpenTelemetrySdk
. This PR uses that specific commit/revision as a dependency until a new version of OTel is released.Additionally, we modified the
build_dependencies
script to support building dependencies from revisions, branches, and versions extracted fromPackage.resolved
.Fixes #116