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