Skip to content

Commit

Permalink
Revert "fix: pass original fetch args along (#1351)" (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored and Phanatic committed Aug 20, 2024
1 parent 9261432 commit 2012043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoints/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ function initFetchObserver(
}

after = win.performance.now()
res = await originalFetch(url, init)
res = await originalFetch(req)
before = win.performance.now()

const responseHeaders: Headers = {}
Expand Down

0 comments on commit 2012043

Please sign in to comment.