mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(router_env): fix opentelemetry traces for router_env (#201)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
This commit is contained in:
@ -21,7 +21,7 @@ use fred::{
|
||||
},
|
||||
};
|
||||
use futures::StreamExt;
|
||||
use router_env::{logger, tracing, tracing::instrument};
|
||||
use router_env::{instrument, logger, tracing};
|
||||
|
||||
use crate::{
|
||||
errors,
|
||||
|
||||
Reference in New Issue
Block a user