Skip to content

Commit 78ffcb2

Browse files
committed
really fix it, oops
1 parent c63ef19 commit 78ffcb2

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/enriching-events

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ All events have a fingerprint. Events with the same fingerprint are grouped toge
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

6464
<PlatformCategorySection supported={["server"]}>
65-
<PlatformCategory notSupported={["bun", "deno"]}>
65+
<PlatformSection notSupported={["javascript.bun", "javascript.deno"]}>
6666
## Request Isolation
6767

6868
Learn more about how to <PlatformLink to="/enriching-events/request-isolation/">isolate requests</PlatformLink>
6969
in order to ensure that set data does not leak between requests.
70-
</PlatformCategory>
70+
</PlatformSection>
7171
</PlatformCategorySection>
7272

7373
## Size Limitations

0 commit comments

Comments
 (0)