Skip to content

Conversation

@davidjsonn
Copy link
Contributor

The Ethereum CLI was always pulling in reth-tracing-otlp and url, even when the OTLP feature was disabled. That not only triggered unused-dependency warnings but also forced extra crates into every build. This patch gates the imports and moves both dependencies under the otlp feature, matching how the rest of the codebase handles OTLP support. Builds without OTLP are now clean, and enabling the feature keeps the same behaviour as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant