fix(router_env): fix opentelemetry traces for router_env (#201)

Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
This commit is contained in:
Sampras Lopes
2023-01-07 17:43:19 +05:30
committed by GitHub
parent c3368d9f8b
commit 6a0d183e7b
53 changed files with 100 additions and 87 deletions

View File

@ -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,