-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to use Sentry with Microfrontends #9576
Comments
Assigning to @getsentry/support for routing ⏲️ |
Hi, I'm not sure about your setup but assuming your MFEs are their own projects, each of these projects need to upload source maps when you make a production build. Please have a look at our docs for the respective frameworks. I recommend uploading source maps with one of our bundler plugins (depending on your build setup). Hope this helps! |
Hey we've documented details about this here: https://docs.sentry.io/platforms/javascript/guides/sveltekit/configuration/micro-frontend-support/ You can get details about sourcemaps here: https://docs.sentry.io/platforms/javascript/guides/sveltekit/sourcemaps/ |
Environment
SaaS (https://sentry.io/)
What are you trying to accomplish?
I want to have all sourcemaps of all our microfrontends be used inside sentry.
How are you getting stuck?
We have a root frontend (sveltkit) and many microfrontends (lit, svelte).
I integrate Sentry into our root frontend and upload the sourcemap for it. But now comes to the question how to also do it for the microfrontends?
Where in the product are you?
Help
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: