Skip to content

Commit

Permalink
Revert "fix: pass original fetch args along (#1351)"
Browse files Browse the repository at this point in the history
This reverts commit e2da050.
  • Loading branch information
pauldambra authored Aug 20, 2024
1 parent 83bedde commit 759829c
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 759829c

Please sign in to comment.