Skip to main content

Microfrontend support

Microfrontend support

This feature allows you to track multiple applications on the same page.
Only errors with stacktrace are supported.

Prerequisites

To support microfrontend, you need to install one of these plugins: webpack, esbuild, vite and include them in your build process.

When an error occurs, the SDK will find the correlated microfrontend and will add a label with the microfrontend app/version to the error event.

CoralogixRum.init({
// ...
supportMfe: true,
});
Last updated on
Was this page helpful?