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.
ref #6000