Hi all,
I’m working on a microfrontend architecture where I want to start an Elastic APM RUM transaction in the host application (running on localhost:4200) and end the same transaction inside an embedded iframe app (running on localhost:4201).
I have tried extracting the traceId and transactionId from the transaction event in the host app, but I’m not sure where or how to inject them into the iframe’s APM agent. Is this currently supported or any other approach recommended?