Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8ee986f
Merge branch 'latest' of ssh://github.com/bbc/simorgh into latest
louisearchibald Mar 18, 2026
37a69f6
Merge branch 'latest' of ssh://github.com/bbc/simorgh into latest
louisearchibald Mar 26, 2026
6165b2c
Merge branch 'latest' of ssh://github.com/bbc/simorgh into latest
louisearchibald Mar 31, 2026
ac8ab21
add notification listener to optimizely page metrics file
louisearchibald Mar 31, 2026
bfc3927
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 7, 2026
c9e02c1
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' of ssh://gi…
louisearchibald Apr 7, 2026
842a8b4
add optimizely-sdk as a dependency
louisearchibald Apr 7, 2026
3c90e5c
Revert "add optimizely-sdk as a dependency"
louisearchibald Apr 7, 2026
66c9b86
add optimizely-sdk as a dependency
louisearchibald Apr 7, 2026
7fde059
change version
louisearchibald Apr 7, 2026
9d72a6d
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
LilyL0u Apr 7, 2026
c7f6a58
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 8, 2026
284abce
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 8, 2026
d93ce11
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 8, 2026
797d85c
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' of ssh://gi…
louisearchibald Apr 8, 2026
412040c
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 8, 2026
4c4291d
adds unit tests to test new behaviour
louisearchibald Apr 8, 2026
762c4d7
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' of ssh://gi…
louisearchibald Apr 8, 2026
06074e2
fix import
louisearchibald Apr 8, 2026
086ecc4
[copilot] refactor OptimizelyPageMetrics notification listener to use…
HarveyPeachey Apr 9, 2026
1333648
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 15, 2026
984909f
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' into WS-228…
louisearchibald Apr 15, 2026
ee0ead9
update bundlesize
louisearchibald Apr 15, 2026
c10fdb2
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely-alt' of ssh:…
louisearchibald Apr 15, 2026
15287eb
fix failing test
louisearchibald Apr 15, 2026
42776ab
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 15, 2026
1ae0def
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' into WS-228…
louisearchibald Apr 15, 2026
5752d57
update test names
louisearchibald Apr 15, 2026
4bf04c9
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely-alt' of ssh:…
louisearchibald Apr 15, 2026
a0691bd
input test experiment details
louisearchibald Apr 15, 2026
cfa1854
addresses PR comment by adding optional chaining to decisionInfo
louisearchibald Apr 16, 2026
758385d
adds experiment name to activeExperiments array for article pages
louisearchibald Apr 16, 2026
9c5c87f
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 16, 2026
a8611b5
skip time of day test
louisearchibald Apr 17, 2026
c0baa66
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
louisearchibald Apr 17, 2026
48edf01
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely' into WS-228…
louisearchibald Apr 17, 2026
e1a3cad
Merge branch 'WS-2284-fix-lost-view-events-in-optimizely-alt' of ssh:…
louisearchibald Apr 17, 2026
482e58a
whitespace
louisearchibald Apr 17, 2026
a0a6c55
bundle size
louisearchibald Apr 17, 2026
fe65d79
whitespace
louisearchibald Apr 17, 2026
48ebcb0
Revert "whitespace"
louisearchibald Apr 17, 2026
ca687cc
Merge branch 'latest' into WS-2284-fix-lost-view-events-in-optimizely
LilyL0u Apr 20, 2026
8dc9571
Merge pull request #13893 from bbc/WS-2284-fix-lost-view-events-in-op…
LilyL0u Apr 20, 2026
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"@emotion/styled": "11.14.1",
"@loadable/component": "5.16.7",
"@loadable/server": "5.16.7",
"@optimizely/optimizely-sdk": "5.4.1",
"@optimizely/react-sdk": "3.3.1",
"aws-embedded-metrics": "4.2.0",
"compression": "1.8.1",
Expand Down
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 = 943;
export const MAX_SIZE = 1323;
export const MAX_SIZE = 1450;
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