Skip to content

Commit 7be0cf0

Browse files
committed
add missing ignores
1 parent 78ffcb2 commit 7be0cf0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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-
<PlatformSection notSupported={["javascript.bun", "javascript.deno"]}>
65+
<PlatformSection notSupported={["javascript.bun", "javascript.deno", "javascript.aws-lambda", "javascript.azure-functions", "javascript.gcp-functions", "javascript.cloudflare"]}>
6666
## Request Isolation
6767

6868
Learn more about how to <PlatformLink to="/enriching-events/request-isolation/">isolate requests</PlatformLink>

0 commit comments

Comments
 (0)