Skip to content

Commit 20742c1

Browse files
authored
fix: Fix typo in Node SDK late init (#10259)
1 parent 3613059 commit 20742c1

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
@@ -64,7 +64,7 @@ In your CJS application, use the `@sentry/node/preload` hook with `--import` to
6464

6565
```bash
6666
# Note: This is only available for Node v18.19.0 onwards.
67-
node --import @sentry/node/preload app.,js
67+
node --import @sentry/node/preload app.js
6868
```
6969

7070
Then, in your application you can call `Sentry.init()` at a later point:

0 commit comments

Comments
 (0)