Skip to content

Commit b6ad9fb

Browse files
committed
Improved executionTime for guardrail retry requests
1 parent 9b64ce8 commit b6ad9fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/handlerUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@ export async function recursiveAfterRequestHookHandler(
12131213
logObject
12141214
.updateRequestContext(requestContext, options.headers)
12151215
.addResponse(arhResponse, originalResponseJson)
1216+
.addExecutionTime(createdAt)
12161217
.log();
12171218

12181219
return recursiveAfterRequestHookHandler(

0 commit comments

Comments
 (0)