diff --git a/docs/platforms/javascript/common/best-practices/micro-frontends.mdx b/docs/platforms/javascript/common/best-practices/micro-frontends.mdx index 3dffacd0f83f6..6b90a8eb16db3 100644 --- a/docs/platforms/javascript/common/best-practices/micro-frontends.mdx +++ b/docs/platforms/javascript/common/best-practices/micro-frontends.mdx @@ -195,7 +195,7 @@ You can then set tags/contexts on events in individual micro-frontends to decide events being routed to the same DSN regardless of where they originate. -``` +```typescript captureException(new Error("oh no!"), (scope) => { scope.setTag("feature", "cart"); return scope;