mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-10 23:30:31 +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:
@@ -1,5 +1,5 @@
|
||||
use error_stack::{report, ResultExt};
|
||||
use router_env::{logger, tracing, tracing::instrument};
|
||||
use router_env::{instrument, logger, tracing};
|
||||
use storage_models::enums as storage_enums;
|
||||
|
||||
use super::payments::helpers;
|
||||
|
||||
Reference in New Issue
Block a user