Release ddtrace/opentelemetry as a nested module [breaking change]
#4189
darccio
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Package Name
No response
Package Version(s)
No response
Describe the feature you'd like
Recent issues around
go.opentelemetry.io/collector/pdata/pprofiledependency, as they tend to introduce breaking changes, might signal a need to isolateddtrace/opentelemetryas we did with our contribs.Unfortunately, this is a breaking change, as the import URL must be changed from
github.com/DataDog/dd-trace-go/v2/ddtrace/opentelemerytogithub.com/DataDog/dd-trace-go/ddtrace/opentelemetry/v2. This is why we should only consider doing it if we ever decide to release a new major versionv3.Additionally,
go.opentelemetry.io/*introduces multiple indirect dependencies, which reduce our ability to restrict the dependencies that are being pulled when usingdd-trace-go:Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions