Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/bundleSize/bundleSizeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
export const VARIANCE = 5;

export const MIN_SIZE = 935;
export const MAX_SIZE = 1309;
export const MAX_SIZE = 1439;
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const experimentsForPageMetrics: ExperimentsForPageTypeMetrics = [
{
// include tod2 so page-level metrics also fire on article pages for this experiment
pageType: ARTICLE_PAGE,
activeExperiments: ['newswb_ws_tod_article_2'],
activeExperiments: ['newswb_ws_tod_article_2', 'test_page_views_aa'],
},
{
// include media article pages so page metrics still count after clicking into a video page
Expand Down
Loading
Loading