Skip to content

Error in video player (sentry)

Marcelo Rivera requested to merge fix/sentry-issue-2234 into master

closes #2234 (closed)

Couldn't really reproduce this one, but looking at the code I can see that the progressbar only gets rendered when there's a reference to the video player (playerRef), and the error occurs inside a setTimeout, so it could be possible that for some reason that the player is no longer there when the timeout executes.

Merge request reports