We want to add a new `instrumenter` option to `Sentry.init()` for the node SDK. This option defaults to `sentry`, but can optionally be set to `otel`. The `otel` option will disable any auto-instrumentation done by Sentry, expecting auto-instrumentation to be done by an OpenTelemetry integration. - [x] #6128 - [x] #6136 - [x] #6144 - [x] #6153 ref https://github.com/getsentry/sentry-javascript/issues/6000
We want to add a new
instrumenteroption toSentry.init()for the node SDK.This option defaults to
sentry, but can optionally be set tootel.The
oteloption will disable any auto-instrumentation done by Sentry, expecting auto-instrumentation to be done by an OpenTelemetry integration.instrumenteroption toClientOptions#6128instrumenteron Span & Transaction #6136instrumenteroption #6153ref #6000