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?