Skip to content

Commit 354139c

Browse files
committed
Add missing video context indicator
1 parent b14f790 commit 354139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/YoutubeBlockComponent.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const YoutubeBlockComponent = ({
184184
duration={duration}
185185
eventEmitters={
186186
renderingTarget === 'Web'
187-
? [ophanTrackerWeb(id)]
187+
? [ophanTrackerWeb(id, 'youtube')]
188188
: [ophanTrackerApps(id)]
189189
}
190190
format={format}

0 commit comments

Comments
 (0)