Skip to content

Commit 54be2b9

Browse files
authored
Update docs/platforms/javascript/common/best-practices/micro-frontends.mdx
1 parent 7c9ec34 commit 54be2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/best-practices/micro-frontends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords:
2222
]
2323
---
2424
<Alert>
25-
In order for the Sentry JavaScript SDK to work with your micro frontends, make sure that all micro frontends that import from an `@sentry/*` package are using the same version of the Sentry SDK.
25+
To ensure the Sentry JavaScript SDK works with your micro frontends, make sure all micro frontends that import from a `@sentry/*` package are using the same version of the Sentry SDK.
2626
</Alert>
2727

2828
If your app uses micro frontends, it’s very useful to be able to track which one an error is coming from. To do this with Sentry, you can create either an automatic or a manual setup where you send events to separate Sentry projects representing each of your micro frontends. This makes it easier to see what’s going wrong and where, helping you track issues and fix them faster, especially in complex frontend architectures.

0 commit comments

Comments
 (0)