Skip to content

Commit

Permalink
Fix language for code example in Micro Frontends doc (#10762)
Browse files Browse the repository at this point in the history
  • Loading branch information
teners committed Jul 18, 2024
1 parent f9781cf commit 775ad4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Note>
```
```typescript
captureException(new Error("oh no!"), (scope) => {
scope.setTag("feature", "cart");
return scope;
Expand Down

0 comments on commit 775ad4b

Please sign in to comment.