feat: add prism connector audit logs#5131
Conversation
Changed Files
|
|
🚨 [blocking] Previously connector logs only rendered Treat an empty |
|
[should-fix] In let getConnectorResponse = dict => {
let maskedResponse = dict->getString("masked_response", "")
maskedResponse->isNonEmptyString ? maskedResponse : dict->getString("response", "")
}If the backend omits Suggestion: only fall back to |
d8d863c
Type of Change
Description
Adds Prism connector event logs to the existing connector audit timeline for payment, refund, dispute, and payout audit screens.
This PR keeps Prism events under the existing connector section and updates the connector event display name logic to use the
destinationfield:Internal Authentication.Authentication.Fixes #5130
Motivation and Context
The backend now exposes Prism connector event audit rows through the analytics API. The dashboard needs to fetch those rows and render them with the existing connector audit events so users can see the complete connector timeline for UCS and Prism based payment flows.
How did you test it?
Where to test it?
Backend Dependency
Backend PR URL: juspay/hyperswitch#13177
Feature Flag
Feature flag name(s):
Checklist
npm run re:build