tracing-stackdriver
tracing-stackdriver copied to clipboard
Compile-time enforce to the right OTEL version
It would be nice if we could change the API to be forced to pass a type from the otel-sdk crate somewhere to ensure we get a compile-error when there is a version mismatch.
Currently, things will just silently break if you bump one version but not the other :(