-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
SDK
JavaScript SDK
Description
I think the docs at https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/dedupe/ refer to NodeJS - see screenshot:

The docs read:
This integration is enabled by default.
However, it doesn't seem to be:
$ node -e 'console.log(`\n@sentry/node version: ${require("./node_modules/@sentry/node/package").version}\n`);require("@sentry/node").init()._options.integrations.map(it => it.name).sort().forEach(it => console.log(`* ${it}`))'
@sentry/node version: 9.43.0
* ChildProcess
* Console
* Context
* ContextLines
* FunctionToString
* Http
* InboundFilters
* LinkedErrors
* LocalVariablesAsync
* Modules
* NodeFetch
* OnUncaughtException
* OnUnhandledRejection
* ProcessSession
* RequestData
And in the source:
Suggested Solution
Either:
- change the docs to say that this integration is not enabled by default, or
- enable this integration by default