I'm not seeing any errors in vjs 4.5.1. is it still working ?
[edit]
I do now. But the plugin doesnt register itself, I do need to add it to the settings when initializing a player, like
var player = videojs(vid,{ ... plugins : { .... errors : {} } ]);
*-pike