Problem Statement
We are running a micro-frontend setup at our company, and as such have configured a separate project in Sentry for each micro app. Using the webpack plugin to prepare and upload our source-maps to Sentry for each project.
edit from @smeubank PM @ Sentry
I would modify this to a request to have source maps which are only tied to an organization, and can be used across projects regardless of MFE. Project is a sentry abstraction to some extent.
Since our frontend is constructed of multiple micro-apps running on the same page, it happens quite often that a stack-trace passes through multiple micro-apps. This is where we encounter issues with unminifyi'ng code, because the source-map of that particular file in the stack-trace is part of another project then where the stack-trace originated from.
Solution Brainstorm
Allow uploaded source-maps to be used cross-project for better stack traces and issue resolution.
Product Area
Issues - Source Maps
Problem Statement
We are running a micro-frontend setup at our company, and as such have configured a separate project in Sentry for each micro app. Using the webpack plugin to prepare and upload our source-maps to Sentry for each project.
edit from @smeubank PM @ Sentry
Since our frontend is constructed of multiple micro-apps running on the same page, it happens quite often that a stack-trace passes through multiple micro-apps. This is where we encounter issues with unminifyi'ng code, because the source-map of that particular file in the stack-trace is part of another project then where the stack-trace originated from.
Solution Brainstorm
Allow uploaded source-maps to be used cross-project for better stack traces and issue resolution.
Product Area
Issues - Source Maps