octicon-rss(16/)
You've already forked hyperswitch
mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-10 01:46:06 +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:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
c3368d9f8b
commit
6a0d183e7b
octicon-diff(16/tw-mr-1) 53 changed files with 100 additions and 87 deletions
@@ -7,10 +7,7 @@ use actix_web::{body, HttpRequest, HttpResponse, Responder};
|
||||
use bytes::Bytes;
|
||||
use error_stack::{report, IntoReport, Report, ResultExt};
|
||||
use masking::ExposeOptionInterface;
|
||||
use router_env::{
|
||||
tracing::{self, instrument},
|
||||
Tag,
|
||||
};
|
||||
use router_env::{instrument, tracing, Tag};
|
||||
use serde::Serialize;
|
||||
|
||||
use self::request::{ContentType, HeaderExt, RequestBuilderExt};
|
||||
|
||||
Reference in New Issue
Block a user