Skip to content

Commit

Permalink
fix: debug mode analytics (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Apr 14, 2024
1 parent ee8fec4 commit 4749352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/get-analytics-player-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const getAnalyticsFromPlayerOptions = (playerOptions) => filterDefaultsAn
videoJS: hasConfig(playerOptions.videoJS),
width: playerOptions.width,
withCredentials: playerOptions.withCredentials,
debug: playerOptions.debug,

colors: playerOptions.colors && JSON.stringify(playerOptions.colors),
controlBar: (JSON.stringify(playerOptions.controlBar) !== JSON.stringify(defaults.controlBar)) && JSON.stringify(playerOptions.controlBar),
Expand Down

0 comments on commit 4749352

Please sign in to comment.