Skip to content

Only show Browser vs React Native source maps alert for browser sdks #12816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions platform-includes/sourcemaps/overview/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ The easiest way to configure uploading source maps is by using the Sentry Wizard

<Include name="sourcemaps-wizard-instructions.mdx" />

<PlatformSection supported={['javascript', 'javascript.react']}>

<Alert>

This guide assumes you are using a Browser JavaScript SDK. For instructions on how to set up source maps for React Native, follow the [source maps guide for React Native](/platforms/react-native/sourcemaps/).

</Alert>

</PlatformSection>

If you want to configure source maps upload manually, follow the guide for your bundler or build tool below.

<PlatformSection supported={["javascript.react"]}>
Expand Down