Skip to content

Using source maps in a microfrontend architecture #14730

Answered by lforst
jezzdk asked this question in Q&A
Discussion options

You must be logged in to vote

The source files need to contain debug ID snippets and the the .js files and .js.map files that you generate need to be uploaded. Those are the only requirements. In theory, the way you have the webpack plugin set up, this should already be the case. Just make sure all your webpack plugins are pointing to the same project and you're also using the same DSN (pointing to the project) for all of the MFEs.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jezzdk
Comment options

@lforst
Comment options

Answer selected by jezzdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants