Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User session tracking with replays/recordings on webgl/canvas

Does any one know of any user session tracking software like HotJar or Lucky Orange that record webgl/canvas video?

All the ones I have tried simply show a black screen when recording. Any HTML rendered above is fine, but the itself is blank.

like image 792
kerv Avatar asked Dec 01 '16 21:12

kerv


1 Answers

on lucky orange, this can be done with

LO.update_canvas("canvas")

on event(click, mousedown, touchstart ,mousemove ,touchmove ,mouseup ,touchend, mouseleave)

like image 179
Paul malpartida rojas Avatar answered Sep 28 '22 08:09

Paul malpartida rojas