Is it possible to update Sentry config at runtime in browser JS?

We got a micro-frontend app setup going with different people/teams managing the various mirco-frontends. Ideally we want the currently loaded app’s errors to go to the owners’s sentry dns. But from what I can tell you can only call Sentry.init once at the start of the app.

The frontend client has a wrapper layer which hosts the micro-apps. I’m thinking of initializing sentry there then updating the dns when each app loads. Is there a way to do that?