diff --git a/src/entrypoints/recorder.ts b/src/entrypoints/recorder.ts index 653997632..ffda9496a 100644 --- a/src/entrypoints/recorder.ts +++ b/src/entrypoints/recorder.ts @@ -309,7 +309,7 @@ function initXhrObserver(cb: networkCallback, win: IWindow, options: Required { const requests = prepareRequest({ entry, - method: req.method, + method: method, status: xhr?.status, networkRequest, start,