Skip to content

feat(server-utils)!: Emit queue.* span ops for messaging spans - #23042

Merged
msonnb merged 1 commit into
developfrom
ms/messaging-queue-op
Aug 5, 2026
Merged

feat(server-utils)!: Emit queue.* span ops for messaging spans#23042
msonnb merged 1 commit into
developfrom
ms/messaging-queue-op

Conversation

@msonnb

@msonnb msonnb commented Aug 5, 2026

Copy link
Copy Markdown
Member

Kafka and AMQP messaging spans, and OTel-inferred messaging spans, no longer use the generic message span op. They now emit the registered queue.publish, queue.receive, and queue.process ops.

Part of #22446

@msonnb
msonnb force-pushed the ms/messaging-queue-op branch from 3ec064b to 26a8afb Compare August 5, 2026 07:59
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 29.83 kB - -
@sentry/browser - with treeshaking flags 28.03 kB - -
@sentry/browser (incl. Tracing) 47.25 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 47.27 kB - -
@sentry/browser (incl. Tracing, Profiling) 52 kB - -
@sentry/browser (incl. Tracing, Replay) 86.59 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 76.01 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 91.28 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 103.95 kB - -
@sentry/browser (incl. Feedback) 47.13 kB - -
@sentry/browser (incl. sendFeedback) 34.67 kB - -
@sentry/browser (incl. FeedbackAsync) 39.78 kB - -
@sentry/browser (incl. Metrics) 30.91 kB - -
@sentry/browser (incl. Logs) 31.14 kB - -
@sentry/browser (incl. Metrics & Logs) 31.81 kB - -
@sentry/react 31.63 kB - -
@sentry/react (incl. Tracing) 49.51 kB - -
@sentry/vue 34.92 kB - -
@sentry/vue (incl. Tracing) 49.24 kB - -
@sentry/svelte 29.86 kB - -
CDN Bundle 31.87 kB - -
CDN Bundle (incl. Tracing) 47.54 kB - -
CDN Bundle (incl. Logs, Metrics) 33.41 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 48.95 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 72.75 kB - -
CDN Bundle (incl. Tracing, Replay) 85.18 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 86.5 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 91.01 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 92.31 kB - -
CDN Bundle - uncompressed 94.62 kB - -
CDN Bundle (incl. Tracing) - uncompressed 142.12 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 99.24 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.1 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 223.94 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 261.38 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 265.34 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 275.08 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 279.04 kB - -
@sentry/nextjs (client) 52.08 kB - -
@sentry/sveltekit (client) 47.71 kB - -
@sentry/core/server 65.59 kB - -
@sentry/core/browser 51.88 kB - -
@sentry/node 120.14 kB +0.07% +74 B 🔺
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 83.75 kB +0.08% +63 B 🔺
@sentry/aws-serverless 92.26 kB +0.08% +66 B 🔺
@sentry/cloudflare (withSentry) - minified 218.65 kB - -
@sentry/cloudflare (withSentry) 538.85 kB - -

View base workflow run

Kafka and AMQP messaging spans, and OTel-inferred messaging spans, no longer
use the generic `message` span op. They now emit the registered `queue.publish`,
`queue.receive`, and `queue.process` ops, derived from `messaging.operation.type`
(falling back to `queue` when the type is unknown). The discriminating detail is
preserved in the messaging attributes.

Part of JS-3105.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@msonnb
msonnb force-pushed the ms/messaging-queue-op branch from 26a8afb to 7b556b3 Compare August 5, 2026 09:15
@msonnb
msonnb marked this pull request as ready for review August 5, 2026 09:29
@msonnb
msonnb requested review from a team as code owners August 5, 2026 09:29
@msonnb
msonnb requested review from JPeer264, andreiborza and mydea and removed request for a team and mydea August 5, 2026 09:29
@msonnb
msonnb merged commit a48c677 into develop Aug 5, 2026
223 checks passed
@msonnb
msonnb deleted the ms/messaging-queue-op branch August 5, 2026 09:36
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.

2 participants