Skip to content

Commit f30a86a

Browse files
committed
skip cordova and capacitor
1 parent 4c1f122 commit f30a86a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ This guide assumes you are using a Browser JavaScript SDK. For instructions on h
1616

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

19+
<PlatformSection notSupported={["javascript.capacitor", "javascript.cordova"]}>
1920
<Alert>
2021

2122
By default, Sentry will link source maps by injecting <PlatformLink to="/sourcemaps/troubleshooting_js/debug-ids/">Debug IDs</PlatformLink> into your build output. Alternatively, there are also <PlatformLink to="/sourcemaps/troubleshooting_js/legacy-uploading-methods/">other methods</PlatformLink> to associate source maps with Sentry that do not require modifying your build output.
2223

2324
</Alert>
25+
</PlatformSection>
2426

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

0 commit comments

Comments
 (0)