We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2a7fc commit f4813c5Copy full SHA for f4813c5
1 file changed
src/PageCollector.ts
@@ -409,5 +409,6 @@ export class NetworkCollector extends PageCollector<HTTPRequest> {
409
} else {
410
navigations.unshift([]);
411
}
412
+ navigations.splice(3); // Hardcoded to match #maxNavigationSaved since it's private in base class
413
414
0 commit comments