Skip to content

Commit 58c98d0

Browse files
committed
move configuration pages to guides
1 parent 5e30f4a commit 58c98d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/platforms/javascript/common/configuration/micro-frontend-support.mdx renamed to docs/platforms/javascript/common/guides/micro-frontends.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Micro Frontend Support
2+
title: Micro Frontends
33
sidebar_order: 200
44
description: Learn how to identify the source of errors and route events to different Sentry projects when using micro frontend or module federation.
55
keywords:
@@ -14,7 +14,7 @@ keywords:
1414
If your frontend includes JavaScript bundles from multiple sources with
1515
different release cycles, you may want to identify these or route events to specific projects. This is especially useful if you've set up [module federation](https://module-federation.github.io/) or a similar frontend architecture.
1616

17-
Below we offer two approaches.
17+
Below we offer two approaches.
1818

1919
<Note>
2020
In all cases `Sentry.init()` must never be called more than once, doing so will result in undefined behavior.
@@ -60,7 +60,7 @@ module.exports = {
6060
};
6161
```
6262

63-
Once metadata has been injected into modules, the `moduleMetadataIntegration`
63+
Once metadata has been injected into modules, the `moduleMetadataIntegration`
6464
can be used to look up that metadata and attach it to stack frames with
6565
matching file names. This metadata is then available in the `beforeSend` callback
6666
as the `module_metadata` property on each `StackFrame`. This can be used to identify

0 commit comments

Comments
 (0)