Skip to content

Commit 4749352

Browse files
authored
fix: debug mode analytics (#611)
1 parent ee8fec4 commit 4749352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/get-analytics-player-options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const getAnalyticsFromPlayerOptions = (playerOptions) => filterDefaultsAn
9292
videoJS: hasConfig(playerOptions.videoJS),
9393
width: playerOptions.width,
9494
withCredentials: playerOptions.withCredentials,
95+
debug: playerOptions.debug,
9596

9697
colors: playerOptions.colors && JSON.stringify(playerOptions.colors),
9798
controlBar: (JSON.stringify(playerOptions.controlBar) !== JSON.stringify(defaults.controlBar)) && JSON.stringify(playerOptions.controlBar),

0 commit comments

Comments
 (0)