Skip to content

Commit c432ac2

Browse files
committed
fix links
1 parent a90681f commit c432ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/platforms/javascript/common/opentelemetry/custom-setup.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,6 @@ Registering loader hooks multiple times might result in duplicated spans being c
202202

203203
Alternatively, you can also use Sentry's loader hook and remove your own loader hook registration code.
204204
In this case, ensure that you initialize the Sentry SDK in its own file and load this file prior to your application via `node --import instrument.mjs your-app.mjs`.
205+
<PlatformSection supported={['javascript.node']}>
205206
<PlatformLink to="/install">Learn more about ESM installation methods.</PlatformLink>
207+
</PlatformSection>

0 commit comments

Comments
 (0)