Skip to content

Commit 43c1672

Browse files
committed
fix link
1 parent 1ea32e1 commit 43c1672

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/platforms/javascript/common/enriching-events/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ All events have a fingerprint. Events with the same fingerprint are grouped toge
6161

6262
When an event is captured and sent to Sentry, SDKs will merge that event data with extra information from the current scope. SDKs will typically automatically manage the scopes for you in the framework integrations and you don't need to think about them. However, if you want to better understand how scopes work and how you can leverage them for your use case, you can <PlatformLink to="/enriching-events/scopes/">learn more about scopes</PlatformLink>.
6363

64-
<PlatformCategorySection supported={["server", "serverless"]}>
64+
<PlatformCategorySection supported={["server"]}>
65+
<PlatformCategory notSupported={["bun", "deno"]}>
6566
## Request Isolation
6667

6768
Learn more about how to <PlatformLink to="/enriching-events/request-isolation/">isolate requests</PlatformLink>
6869
in order to ensure that set data does not leak between requests.
69-
70+
</PlatformCategory>
7071
</PlatformCategorySection>
7172

7273
## Size Limitations

docs/platforms/javascript/common/enriching-events/request-isolation/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ supported:
1717
- javascript.astro
1818
- javascript.remix
1919
- javascript.tanstackstart-react
20+
- javascript.react-router
2021
notSupported:
2122
- javascript
2223
---

0 commit comments

Comments
 (0)