-
Notifications
You must be signed in to change notification settings - Fork 105
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
breaking changes in recent version #735
Comments
Looks like a bug then. What exporter version are you also using? |
yup exporter was 1.6.0 Just force to 1.7 and that worked. Seems that the dependencies are not in sync on what is needed then. 1.7 was required to upgrade but the dependency minmum was not correct |
just as a feedback, this happened already a while back for similar reason. Might need to figure a safer strategy to make sure the 3 packages are in sync with correct minimum version |
one suggestion, maybe use a meta package that is the onyl thing people depends on that one meta and get always the correct set of them? |
I don't know. Since applications should only depend on the api and then the sdk and exporter included only for the release (tho may be included as deps of the main application of a release) a metapackage may not be that helpful. But I have also wanted to move out a package of |
you can always make the dependency optional in that meta package for the exported but you can mark it to be a minimum version |
Hello
we are seeing this error after upgrading
we had prior to the breakage:
We had an update to
all of these are minor changes, and not breaking change per the semantic. Yet this introduced a breakage . I see no mark of breaking changes https://github.com/open-telemetry/opentelemetry-erlang/blob/main/CHANGELOG.md
I am not sure what this error mean either but any idea what the issue might be?
The text was updated successfully, but these errors were encountered: