Skip to content

ref(node): Remove vendored redis/ioredis instrumentation - #22753

Draft
andreiborza wants to merge 1 commit into
developfrom
ab/remove-redis-vendored-instrumentation
Draft

ref(node): Remove vendored redis/ioredis instrumentation#22753
andreiborza wants to merge 1 commit into
developfrom
ab/remove-redis-vendored-instrumentation

Conversation

@andreiborza

Copy link
Copy Markdown
Member

What

Removes the dead vendored OpenTelemetry redis and ioredis instrumentations (and their shared semconv.ts) from @sentry/node. Keeps the redisIntegration wrapper, cache.ts, and the vendored/types.ts that cache.ts still imports.

Why

The redis integration is now provided by the channel-based implementation in @sentry/server-utils (the default since #22501). The vendored OTel instrumentations are no longer wired into the SDK, so they are pure dead code.

Ref: #22346

Removes the dead OpenTelemetry redis and ioredis instrumentations (and their
shared semconv constants) from `@sentry/node`. The redis integration is provided
by the channel-based implementation in `@sentry/server-utils` (default since
#22501); the node `redisIntegration` wrapper and its `cache.ts` (plus the
`vendored/types.ts` it still imports) are kept.

Ref: #22346

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant