Skip to content

Commit c1c60fb

Browse files
author
Luca Forstner
committed
jeez
1 parent fb54318 commit c1c60fb

File tree

1 file changed

+3
-1
lines changed
  • docs/platforms/javascript/common/troubleshooting

1 file changed

+3
-1
lines changed

docs/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ To fix this, change the `tracePropagationTargets` option during SDK initializati
8282
</Expandable>
8383
</PlatformCategorySection>
8484

85-
<PlatformCategorySection notSupported={['browser', 'javascript.aws-lambda', 'javascript.azure-functions', 'javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.electron', 'javascript.gcp-functions']}>
85+
<PlatformCategorySection notSupported={['browser']}>
86+
<PlatformSection notSupported={['javascript.aws-lambda', 'javascript.azure-functions', 'javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.electron', 'javascript.gcp-functions']}>
8687
<Expandable permalink title="Error: 'import-in-the-middle' failed to wrap">
8788
When using ESM, by default all packages are wrapped under the hood by
8889
[import-in-the-middle](https://www.npmjs.com/package/import-in-the-middle).
@@ -92,6 +93,7 @@ To fix this, change the `tracePropagationTargets` option during SDK initializati
9293
Check out the <PlatformLink to="/install/esm/#troubleshooting-instrumentation">ESM Troubleshooting Instrumentation</PlatformLink> section for more information.
9394

9495
</Expandable>
96+
</PlatformSection>
9597
</PlatformCategorySection>
9698

9799
<PlatformCategorySection supported={['browser']}>

0 commit comments

Comments
 (0)