fix(connectors): Mask fields for webhook_resource_object (#4400)

Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
This commit is contained in:
Sakil Mostak
2024-04-19 19:33:37 +05:30
committed by GitHub
parent 43307815e0
commit 110bf22511
7 changed files with 50 additions and 38 deletions

View File

@ -1449,6 +1449,8 @@ pub async fn webhooks_wrapper<W: types::OutgoingWebhookType, Ctx: PaymentMethodR
))
.await?;
logger::info!(incoming_webhook_payload = ?serialized_req);
let request_duration = Instant::now()
.saturating_duration_since(start_instant)
.as_millis();