Sharing Sentry dependency between Micro frontends

Hi, I am building an app using a Micro frontend architecture (using Single SPA).
Each of my Microfront ends will use Sentry, but it would save on download times to share the dependency.

For other shared dependency I am using webpack externals and then making the dependency available in a systemjs import map. Is it possible to do this for Sentry?

https://single-spa.js.org/docs/recommended-setup#sharing-with-import-maps

1 Like