mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +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:
		@ -4,7 +4,7 @@ use std::fmt::Debug;
 | 
			
		||||
 | 
			
		||||
use bytes::Bytes;
 | 
			
		||||
use error_stack::{IntoReport, ResultExt};
 | 
			
		||||
use router_env::{tracing, tracing::instrument};
 | 
			
		||||
use router_env::{instrument, tracing};
 | 
			
		||||
 | 
			
		||||
use self::transformers as adyen;
 | 
			
		||||
use crate::{
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user