Is there any way to add unique identifier to videos for micro frontend applications

I have few micro frontend applications which are loaded in parent application. Now tracker initialization being done at parent application level, any action being done in micro frontend application would be recorded as part of parent application’s recording.

So is there any way to differentiate or segregate recording belonging to micro frontend apps.

I have already tried initializing separate tracker instance for micro frontend app by giving different productkey. But i still see session are recording just under parent product.

Please suggest if there is any workaround for such usecases?

You can segregate them that way. In addition to using a different project (and therefore projectKey in the tracker), you have to ensure the captureIFrames option is set to false. More on this options here: