mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 12:15:08 +02:00
Update tracing subscriber (#49)
* Update tracing subscriber * Fix tests * Update existing opentelemetry_0_16 feature with new subscriber * Fix compile issue
This commit is contained in:
@ -16,7 +16,7 @@ use tracing_opentelemetry_0_13_pkg as tracing_opentelemetry;
|
||||
#[cfg(feature = "opentelemetry_0_15")]
|
||||
use tracing_opentelemetry_0_14_pkg as tracing_opentelemetry;
|
||||
#[cfg(feature = "opentelemetry_0_16")]
|
||||
use tracing_opentelemetry_0_15_pkg as tracing_opentelemetry;
|
||||
use tracing_opentelemetry_0_16_pkg as tracing_opentelemetry;
|
||||
|
||||
use opentelemetry::propagation::Extractor;
|
||||
|
||||
|
Reference in New Issue
Block a user