Skip to content

Commit 0c0c7f6

Browse files
authored
fix: incorrect property name in CHANGELOG.md (#13635)
I failed to update the description in my PR when we improved the property name after some discussion in the PR, so the wrong property name was used in the changelog: https://github.com/getsentry/sentry-javascript/blob/bcf571d9954094be76a99edbb12c23eff7f7b5dc/packages/node/src/types.ts#L20 Thanks to @torickjdavis for reporting this [here](#12414 (comment))!
1 parent 0d79b51 commit 0c0c7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import * as Sentry from '@sentry/node';
3434

3535
Sentry.init({
3636
dsn: '__PUBLIC_DSN__',
37-
registerEsmLoaderHooks: { onlyHookedModules: true },
37+
registerEsmLoaderHooks: { onlyIncludeInstrumentedModules: true },
3838
});
3939
```
4040

0 commit comments

Comments
 (0)