Cargo Features

SqlxLedger has no features set by default.

[dependencies]
sqlx-ledger = { version = "0.11.3", features = ["fail-on-warnings", "otel"] }
fail-on-warnings
otel = opentelemetry, tracing-opentelemetry

Affects event::SqlxLedgerEvent.otel_context

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

opentelemetry otel?

Enables opentelemetry ^0.22

tracing-opentelemetry otel?