Skip to content

Commit e7bad0e

Browse files
Only show Browser vs React Native source maps alert for browser sdks (#12816)
Co-authored-by: Luca Forstner <[email protected]>
1 parent 3168025 commit e7bad0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ The easiest way to configure uploading source maps is by using the Sentry Wizard
44

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

7+
<PlatformSection supported={['javascript', 'javascript.react']}>
8+
79
<Alert>
810

911
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/).
1012

1113
</Alert>
1214

15+
</PlatformSection>
16+
1317
If you want to configure source maps upload manually, follow the guide for your bundler or build tool below.
1418

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

0 commit comments

Comments
 (0)