We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8fec4 commit 4749352Copy full SHA for 4749352
src/utils/get-analytics-player-options.js
@@ -92,6 +92,7 @@ export const getAnalyticsFromPlayerOptions = (playerOptions) => filterDefaultsAn
92
videoJS: hasConfig(playerOptions.videoJS),
93
width: playerOptions.width,
94
withCredentials: playerOptions.withCredentials,
95
+ debug: playerOptions.debug,
96
97
colors: playerOptions.colors && JSON.stringify(playerOptions.colors),
98
controlBar: (JSON.stringify(playerOptions.controlBar) !== JSON.stringify(defaults.controlBar)) && JSON.stringify(playerOptions.controlBar),
0 commit comments