Skip to content

ref(node): Remove vendored express instrumentation - #22749

Merged
andreiborza merged 1 commit into
developfrom
ab/remove-express-instrumentation
Jul 28, 2026
Merged

ref(node): Remove vendored express instrumentation#22749
andreiborza merged 1 commit into
developfrom
ab/remove-express-instrumentation

Conversation

@andreiborza

Copy link
Copy Markdown
Member

What

Removes the dead OpenTelemetry ExpressInstrumentation class (and instrumentExpress) from @sentry/node. Keeps setupExpressErrorHandler / expressErrorHandler.

Why

The express integration is now provided by the channel-based implementation in @sentry/server-utils (the default since #22501). The vendored instrumentation is no longer wired up; only the Sentry-specific error handler remains user-facing.

Ref: #22346

Removes the dead OpenTelemetry `ExpressInstrumentation` from `@sentry/node`. The
express integration is provided by the channel-based implementation in
`@sentry/server-utils` (default since #22501); only the Sentry-specific
`setupExpressErrorHandler` is kept here.

Ref: #22346

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@andreiborza
andreiborza requested review from JPeer264 and chargome July 28, 2026 11:14
@andreiborza
andreiborza marked this pull request as ready for review July 28, 2026 11:16
@andreiborza
andreiborza requested a review from a team as a code owner July 28, 2026 11:16
@andreiborza
andreiborza merged commit d7dceda into develop Jul 28, 2026
187 checks passed
@andreiborza
andreiborza deleted the ab/remove-express-instrumentation branch July 28, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants