Sentry Module Federation doesn't send errors #8973
Unanswered
dmitry-k-fe-bw
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem, this works in the local while testing. but when pushed to a staging env error are not being sent. |
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
-
I have react micro frontend app. And using sentryWebpackPlugin. My setup is:
At the host app:
And for the remote apps just:
The problem is In dev mode everything works, but in production (just a bundled application), errors from child applications to which the module is connected are not sent. in applications that do not use the webpack plugin everything is ok, errors are sent from them.
Beta Was this translation helpful? Give feedback.
All reactions