Skip to content

Commit

Permalink
fix: calculateLatencyHook value added
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Jul 4, 2024
1 parent 646c867 commit 3245296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/orca-log-catcher/OrcaLogger.res
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ let make = (~sessionId=?, ~source: source, ~clientSecret=?, ~merchantId=?, ~meta
| SESSIONS_CALL
| PAYMENT_METHODS_CALL
| CUSTOMER_PAYMENT_METHODS_CALL
| PAYMENT_METHODS_AUTH_EXCHANGE_CALL
| PAYMENT_METHODS_AUTH_LINK_CALL
| CREATE_CUSTOMER_PAYMENT_METHODS_CALL => {
let logRequestTimestamp =
events.contents->Dict.get(eventName->eventNameToStrMapper ++ "_INIT")
Expand Down

0 comments on commit 3245296

Please sign in to comment.