You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correctly turn on optional opentelemetry dependencies (#25)
## Motivation
Newer opentelemetry features were wrong as they did not enable all
needed dependencies causing compilation failures.
Closes#24
## Solution
Correctly enable all needed dependencies.
Also, create new features for the implicit features that were mistakenly
added. This is needed in case someone found the bug and simply worked
around it by enabling these features so that we do not break them in a
patch release. These are to be deleted with then next breaking changes.
0 commit comments