I want to implement session replay on a micro frontend architecture. My root, header, login, and footer projects are always running, the other apps get loaded and unloaded between the header and footer based on the route the user is on. So far, I've initiated mixpanel session replay on my header project because that is where mixpanel.init is being called. I'm able to see recordings when I'm on log in page, but after I log in, i don't see the dashboard page even though i can see the dashboard's page actions being logged.