Remove the connect instrumentation from @sentry/node in v11.
This removes the connectIntegration and its vendored @opentelemetry/instrumentation-connect files under packages/node/src/integrations/tracing/connect/, plus related exports, defaults, and tests.
Rationale
We have seen no connect spans throughout this year, so the instrumentation is effectively unused and not worth maintaining.
Because connect is being removed, we are not migrating it to orchestrion. The orchestrion rewrite issue #20748 is cancelled in favour of this removal.
Remove the connect instrumentation from
@sentry/nodein v11.This removes the
connectIntegrationand its vendored@opentelemetry/instrumentation-connectfiles underpackages/node/src/integrations/tracing/connect/, plus related exports, defaults, and tests.Rationale
We have seen no connect spans throughout this year, so the instrumentation is effectively unused and not worth maintaining.
Because connect is being removed, we are not migrating it to orchestrion. The orchestrion rewrite issue #20748 is cancelled in favour of this removal.