jollyrogue

Results 1 issues of jollyrogue

I'm trying to the performance tracker to fire off via `player.on()`. Adding a "performance" function to the `eventTracking` config works. ``` player.eventTracking({ performance: function(data) { console.log('tracking:performance', data); } }); ```...