Skip to content

Commit 9100a8f

Browse files
cursoragentclaude
andcommitted
fix(includes): Use findInSentry for Bun and edge platforms
Use the find-in-Sentry variant in the locate-data expandable so\nBun, Cloudflare, Deno, and WASM users see navigation guidance\ninstead of learn-more descriptions. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0dcffb0 commit 9100a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/quick-start-locate-data-expandable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { FeatureInfo } from "sentry-docs/components/featureInfo";
3737

3838
<PlatformSection supported={["javascript.bun", "javascript.cloudflare", "javascript.deno", "javascript.wasm"]}>
3939

40-
<FeatureInfo features={["issues", "logs", "tracing"]} type="learnMore" />
40+
<FeatureInfo features={["issues", "logs", "tracing"]} type="findInSentry" />
4141

4242
</ PlatformSection>
4343

0 commit comments

Comments
 (0)