I want to trace it while implementing social login, but I have some concerns in the process
My service is supposed to go to a third-party site by pressing the social login button on page A, and there is page B that lands as a callback on a third-party site.
To track my social login journey, I want to startTransaction and startSpan before entering a third-party site on page A, then go through a third-party site and bring the transaction that started on site A on page B to end the span and end the transaction.
In the process of returning to page B, the apm agent is initialized as it is refreshed, is there a way to get the startTransaction information from page A from page B?
If this doesn't work, I think it means that it can't be used for Micro Frontend Architecture. If you have a solution, please share it with me