22 Jan 2026
09:26 PM
- last edited on
23 Jan 2026
08:18 AM
by
MaciejNeumann
I have a question about how to best configure Dynatrace RUM for our micro-frontend architecture.
23 Jan 2026 09:36 AM
Hi,
IMO single Web Application works best.
From the end-user and browser perspective, this is still one continuous application and one user journey.
All MFEs share the same session cookie, so splitting into multiple web apps often breaks session continuity and makes analysis harder. You keep full end-to-end visibility (navigation, errors, performance, conversions) across MFEs.
Instead of creating multiple web apps,
You can add a custom session property, e.g. mfeName, set by each MFE (via route, JS variable, or some CSS selector)
You can also standardize user action naming to include the MFE name.
Featured Posts