Hi teams, I’m building a Shopify app, and I’m currently initializing Mixpanel in the root of App.js. Right now, Mixpanel is splitting session replays by session — meaning every time my max modal opens and closes, it automatically ends a session and saves it as a replay session. What I want is that each time a customer enters and leaves the app, it should only save exactly one session replay and fire only one event for it. Currently, it’s saving too many, which is overwhelming for me.