Skip to content

Commit 19142c2

Browse files
author
Luca Forstner
committed
Fix links and dont show in browser
1 parent 80197f0 commit 19142c2

File tree

1 file changed

+5
-2
lines changed
  • docs/platforms/javascript/common/troubleshooting

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,22 @@ Most community CDNs properly set an `Access-Control-Allow-Origin` header.
7777

7878
If your application started to misbehave because of performing additional OPTIONS requests, it is most likely an issue with unwanted `sentry-trace` request headers, which can happen when you are using too generic a configuration for our Tracing Integration in the Browser SDK.
7979

80-
To fix this, change the `tracePropagationTargets` option during SDK initialization. For more details, see [Automatic Instrumentation](/platforms/javascript/tracing/instrumentation/automatic-instrumentation/#tracePropagationTargets) in our Tracing documentation.
80+
To fix this, change the `tracePropagationTargets` option during SDK initialization. For more details, see <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/#tracePropagationTarget">Automatic Instrumentation</PlatformLink> in our Tracing documentation.
8181

8282
</Expandable>
8383
</PlatformCategorySection>
8484

85+
<PlatformCategorySection notSupported={['browser']}>
8586
<Expandable permalink title="Error: 'import-in-the-middle' failed to wrap">
8687
When using ESM, by default all packages are wrapped under the hood by
8788
[import-in-the-middle](https://www.npmjs.com/package/import-in-the-middle).
8889
`import-in-the-middle` has compatibility issues with some packages and
8990
can throw errors in these situations.
9091

91-
Check out the [ESM troubleshooting section](/platforms/javascript/guides/node/install/esm/#troubleshooting-instrumentation) for more information.
92+
Check out the <PlatformLink to="/install/esm/#troubleshooting-instrumentation">ESM Troubleshooting Instrumentation</PlatformLink> section for more information.
93+
9294
</Expandable>
95+
</PlatformCategorySection>
9396

9497
<PlatformCategorySection supported={['browser']}>
9598
<Expandable permalink title="`instrument.js` Line Numbers for Console Log statements">

0 commit comments

Comments
 (0)