Skip to content

Commit

Permalink
fix(node): Rename CJS to ESM (#11139)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d authored Aug 26, 2024
1 parent 96e0273 commit 2d3a737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Sentry.init({

## Late Initialization with ESM

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:

```bash
# Note: This is only available for Node v18.19.0 onwards.
Expand Down

0 comments on commit 2d3a737

Please sign in to comment.