-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Module Federated Apps - Do not capture everything #16068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can not use performance monitoring in micro frontends when you instrument performance monitoring in the main app. This is a limitation. Only instrument performance monitoring once per page! |
Thanks for the response @lforst |
Also, if this is a limitation today, can we get to a work around where we pass events from microapp to main app? |
The first thing coming to my mind would be to pass a reference of the main Sentry scope/client to your micro apps and directly call |
Also, have you seen: https://docs.sentry.io/platforms/javascript/best-practices/micro-frontends/ |
Yes, I've gone through the documentation you've shared. Interestingly the second last paragraph is something which makes it possible right?
|
Errors tracking: possible. |
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:
Steps to Reproduce
NA
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: