Skip to content

Commit

Permalink
Let analysisstorer know about webpagereplay (#4349)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 23, 2024
1 parent 1710a3c commit 2c15589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/lateststorer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class LatestStorerPlugin extends SitespeedioPlugin {
json.friendlyHTML += ` as a multi page test`;
}

if (options.replay) {
if (options.replay || options.webpagereplay) {
json.friendlyHTML += ' using a replay proxy';
}

Expand Down

0 comments on commit 2c15589

Please sign in to comment.