Skip to content

Commit f192e69

Browse files
author
Luca Forstner
authored
Update platforms that can use debug IDs (#10500)
1 parent 4b7d07f commit f192e69

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

docs/platforms/javascript/common/sourcemaps/troubleshooting_js/artifact-bundles.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ description: "Learn about artifact bundles."
44
notSupported:
55
- javascript.capacitor
66
- javascript.cordova
7-
- javascript.nextjs
8-
- javascript.remix
9-
- javascript.sveltekit
107
sidebar_order: 6
118
---
129

docs/platforms/javascript/common/sourcemaps/troubleshooting_js/index.mdx

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,10 @@ description: "Troubleshooting for source maps."
44
sidebar_order: 9000
55
---
66

7-
<PlatformSection
8-
notSupported={[
9-
"javascript.capacitor",
10-
"javascript.cordova",
11-
"javascript.nextjs",
12-
"javascript.remix",
13-
"javascript.sveltekit",
14-
]}
15-
>
7+
<PlatformSection notSupported={["javascript.capacitor", "javascript.cordova"]}>
168
<PlatformContent includePath="sourcemaps/troubleshooting" />
179
</PlatformSection>
1810

19-
<PlatformSection
20-
supported={[
21-
"javascript.capacitor",
22-
"javascript.cordova",
23-
"javascript.nextjs",
24-
"javascript.remix",
25-
"javascript.sveltekit",
26-
]}
27-
>
11+
<PlatformSection supported={["javascript.capacitor", "javascript.cordova"]}>
2812
<PlatformContent includePath="sourcemaps/legacy-troubleshooting" />
2913
</PlatformSection>

docs/platforms/javascript/common/sourcemaps/troubleshooting_js/legacy-uploading-methods.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ sidebar_order: 5
55
notSupported:
66
- javascript.capacitor
77
- javascript.cordova
8-
- javascript.nextjs
9-
- javascript.remix
10-
- javascript.sveltekit
118
---
129

1310
<PlatformContent includePath="sourcemaps/legacy-uploading-methods" />

0 commit comments

Comments
 (0)