We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e0273 commit 2d3a737Copy full SHA for 2d3a737
docs/platforms/javascript/common/install/late-initializtion.mdx
@@ -61,7 +61,7 @@ Sentry.init({
61
62
## Late Initialization with ESM
63
64
-In your CJS application, use the `@sentry/node/preload` hook with `--import` to ensure modules are wrapped early:
+In your ESM application, use the `@sentry/node/preload` hook with `--import` to ensure modules are wrapped early:
65
66
```bash
67
# Note: This is only available for Node v18.19.0 onwards.
0 commit comments