Skip to content

Commit 7c9ec34

Browse files
lizokmcoolguyzone
andauthored
Update docs/platforms/javascript/common/best-practices/micro-frontends.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent e2ac867 commit 7c9ec34

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
@@ -179,7 +179,7 @@ You can then set tags/contexts on events in individual micro-frontends to decide
179179
<Note>
180180
It's important to always use a local scope when setting the tag (either as shown below or using{" "} <PlatformLink to="/enriching-events/scopes/#local-scopes">
181181
withScope documentation </PlatformLink>). Using a global scope, for example, through `Sentry.setTag()` will result in all subsequent events being routed to the
182-
same DSN regardless of where they originate.
182+
same DSN regardless of where they originated.
183183
</Note>
184184
185185
```typescript

0 commit comments

Comments
 (0)