Skip to content

Commit 4d86f78

Browse files
committed
bump ophan tracker js and make use of new component type
1 parent 643e629 commit 4d86f78

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@guardian/identity-auth": "6.0.1",
3939
"@guardian/identity-auth-frontend": "8.1.0",
4040
"@guardian/libs": "26.1.0",
41-
"@guardian/ophan-tracker-js": "2.6.3",
41+
"@guardian/ophan-tracker-js": "2.8.0",
4242
"@guardian/react-crossword": "11.1.0",
4343
"@guardian/shimport": "1.0.2",
4444
"@guardian/source": "11.3.0",

dotcom-rendering/src/components/StorylineSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ export const StorylineSection = ({
681681
submitComponentEvent(
682682
{
683683
component: {
684-
componentType: 'QANDA_ATOM',
684+
componentType: 'STORYLINES',
685685
id,
686686
products: [],
687687
labels: [],
@@ -697,7 +697,7 @@ export const StorylineSection = ({
697697
submitComponentEvent(
698698
{
699699
component: {
700-
componentType: 'QANDA_ATOM', //todo: update ophan component types to include storyline?
700+
componentType: 'STORYLINES',
701701
id,
702702
products: [],
703703
labels: [],

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)