You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/opentelemetry/custom-setup.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,4 +202,6 @@ Registering loader hooks multiple times might result in duplicated spans being c
202
202
203
203
Alternatively, you can also use Sentry's loader hook and remove your own loader hook registration code.
204
204
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
+
<PlatformSectionsupported={['javascript.node']}>
205
206
<PlatformLinkto="/install">Learn more about ESM installation methods.</PlatformLink>
0 commit comments