Skip to content
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