Skip to content

Module Federated Apps - Do not capture everything #16068

Closed
@ghlLarney

Description

@ghlLarney

Is there an existing issue for this?

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

https://gohighlevel.sentry.io/insights/frontend/?end=2025-03-05T23%3A29%3A59&environment=production&project=4507072894402560&start=2025-03-05T00%3A00%3A00&utc=true

Reproduction Example/SDK Setup

Current Setup:

  1. 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
  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

  1. 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
  2. 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.
  3. Would upgrading the sentry-vue SDK version help resolve this issue of fragmented tracing?

Actual Result

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions