Sentry with webpack Module federation

Hi Everyone,
In our project we have 3 Microfrontends(React) which share various components using webpack module federation.
Is it possible to use sentry in the project.
There are 3 projects A, B, C.
A is the entry project which will be responsible for authentication.
I’ve added sentry to Micro frontend app A, now the exceptions in A are getting logged to sentry but exceptions in B and C are not getting logged.
Is this expected behavior?

hi @Ritesh25696

have you checked out this article Distributed Logging in Federated Applications, with Sentry?