Skip to main content

I’ve added session replay to my web project, and it works fine but there is a issue with layout rendering.

When hard refreshed or when first visited(first interaction with new session), the amimated layout that’s supposed appear with certain condition opens and then disappears with designated animation. 
 

I learned that session replay intentionally slows down the first paint action, but this behavior defects user experience.

Is there anyway to stop this from happening? Or at least a workaround?

using the latest version of the web sdk and session replay package.

Nevermind, I solved this buy dynamically loading the plugin, and adding the plugin after certain delay