fix(cloudflare): Remove conflicting faas.queue op on queue consumer spans - #22664
Merged
Conversation
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 09:03
5bb54da to
8390913
Compare
Contributor
size-limit report 📦
|
msonnb
force-pushed
the
ms/js-3105-http-prefetch-op
branch
from
July 27, 2026 11:44
a1fb45b to
07f72bb
Compare
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 11:44
8390913 to
b39334a
Compare
msonnb
force-pushed
the
ms/js-3105-http-prefetch-op
branch
from
July 27, 2026 12:10
07f72bb to
356902a
Compare
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 12:10
b39334a to
4b43c39
Compare
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 27, 2026 13:50
4b43c39 to
f0a0c62
Compare
… spans The span passed both `op: 'faas.queue'` and a `sentry.op` attribute of `queue.process`. The attribute wins, so `faas.queue` was dead. Emitted spans are unchanged. Ref: JS-3105 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
msonnb
force-pushed
the
ms/js-3105-cloudflare-queue-op
branch
from
July 28, 2026 11:52
f0a0c62 to
6331d6b
Compare
msonnb
marked this pull request as ready for review
July 28, 2026 12:21
msonnb
requested review from
andreiborza and
isaacs
and removed request for
a team
July 28, 2026 12:21
andreiborza
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The queue consumer span passed both
op: 'faas.queue'and asentry.opattribute ofqueue.process. The attribute wins, sofaas.queuewas dead. Emitted spans are unchanged.Part of #22446