Skip to content

Commit

Permalink
Merge branch 'padms/2185' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed May 2, 2024
2 parents 16aad8d + 5ab25dd commit 79ac301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/lib/hooks/useVideojsAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const useVideojsAnalytics = (player: Player | null, src: string, title?: string,
src,
}
pushToDataLayer('video_event', eventData)
console.log('Pushing event ' + JSON.stringify(eventData))
}
},
[title, src, autoPlay],
Expand Down

0 comments on commit 79ac301

Please sign in to comment.