Skip to content

Commit f6f5792

Browse files
committed
Sync bootstrap code
1 parent 32ab302 commit f6f5792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/function_chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class FunctionChain {
137137
.withFields({
138138
context_next_count: this.contextNextCalls.length,
139139
method: originReq.method,
140-
origin_url: url,
140+
origin_url: originReq.url,
141141
retry_count: retryCount,
142142
strip_conditional_headers: stripConditionalHeaders,
143143
});

0 commit comments

Comments
 (0)