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

@ -3,7 +3,7 @@ pub mod utils;
use error_stack::{IntoReport, ResultExt};
use masking::ExposeInterface;
use router_env::tracing::{self, instrument};
use router_env::{instrument, tracing};
use crate::{
consts,