Does Mixpanel session replay support canvas? #1669
-
I work on a canvas-based application. That being said, everything you see on the screen and interact with is rendered on a tag in the web application. I tried using the current Mixpanel session replay documentation, but I couldn't get the replay to reconstruct the UI properly. My question is: Does Mixpanel session replay support canvas? If yes, does anyone have documentation or a guide to help make it work? If you're wondering what I see when using the current session replay:
By the way, I noticed that the underlying library Mixpanel uses to support this new functionality (rrweb) seems to support canvas-based applications through plugins: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
We're adding support for canvas Soon™, it's being prepared for an upcoming JS SDK release. Canvas elements will be snapshotted as images at up to 15 fps. |
Beta Was this translation helpful? Give feedback.
-
This is available now in v2.58.0: https://github.com/mixpanel/mixpanel-js/releases/tag/v2.58.0 |
Beta Was this translation helpful? Give feedback.
We're adding support for canvas Soon™, it's being prepared for an upcoming JS SDK release.
Canvas elements will be snapshotted as images at up to 15 fps.