Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/vue
SDK Version
7.107.0
Framework Version
No response
Link to Sentry event
Reproduction Example/SDK Setup
Current Setup:
- We have a micro-frontend architecture with:
- Main application in Vue 2 (mother app)
- Multiple micro-apps in Vue 3 (loaded via module federation)
- Using vue-composition-api to make Vue 3 code compatible with Vue 2
- Sentry Configuration:
- Single Sentry initialization in the main app
- Separate DSNs for each micro-app for isolated error tracking
- Using sentry-vue SDK
Steps to Reproduce
NA
Expected Result
- Transaction Visibility:
- Transactions from micro-frontends are not properly linked with the main app
- User journey tracking is fragmented
- Spans and breadcrumbs from different apps appear as separate traces instead of being unified
- We want all monitoring data (spans, breadcrumbs, transactions) from both the main app and micro-frontends to appear under a single trace for better visibility into the complete user journey.
- Would upgrading the sentry-vue SDK version help resolve this issue of fragmented tracing?
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status