Skip to content

Commit 2d3a737

Browse files
authored
fix(node): Rename CJS to ESM (#11139)
1 parent 96e0273 commit 2d3a737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/install/late-initializtion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Sentry.init({
6161

6262
## Late Initialization with ESM
6363

64-
In your CJS application, use the `@sentry/node/preload` hook with `--import` to ensure modules are wrapped early:
64+
In your ESM application, use the `@sentry/node/preload` hook with `--import` to ensure modules are wrapped early:
6565

6666
```bash
6767
# Note: This is only available for Node v18.19.0 onwards.

0 commit comments

Comments
 (0)