Faulty source maps with micro frontend architecture #10500
Replies: 1 comment
-
How was this solved? Facing the same issue atm 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Debug IDs arent matching
Hi,
I suspect it has something to do with the way I implemented things, or maybe the fact that I use two different bundlers (webpack, vite).
Note I have used the sentry wizard in both module and Wrapper library, to configure the source maps, and also checked config files are matching the manual installation documentation.
Any idea on what should I do?
my debug_meta for reference:
{ "debug_meta": { "images": [ { "type": "sourcemap", "code_file": " .... fed-sentry-reporter_dist_index_js-bundle.js", "debug_id": "1abb6ea2-893c-4c50-bc31-15b206550ea4" }, { "type": "sourcemap", "code_file": " ... app_conversation_components_Main_tsx-app_conversation_components_conversation-footer_feedback-eb8219-bundle.js", "debug_id": "1abb6ea2-893c-4c50-bc31-15b206550ea4" } ] } }
(replaced the url with "...")
Beta Was this translation helpful? Give feedback.
All reactions