feat(opentelemetry)!: Drop .prefetch suffix from inferred HTTP span ops - #22662
Closed
msonnb wants to merge 1 commit into
Closed
feat(opentelemetry)!: Drop .prefetch suffix from inferred HTTP span ops#22662msonnb wants to merge 1 commit into
.prefetch suffix from inferred HTTP span ops#22662msonnb wants to merge 1 commit into
Conversation
Contributor
size-limit report 📦
|
msonnb
force-pushed
the
ms/js-3105-gcp-http-client-op
branch
from
July 27, 2026 11:44
c3bf82c to
a7369f4
Compare
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-gcp-http-client-op
branch
from
July 27, 2026 12:10
a7369f4 to
c40f643
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-http-prefetch-op
branch
from
July 27, 2026 13:29
356902a to
e05b366
Compare
… ops OTel inference fabricated the unregistered `http.client.prefetch` / `http.server.prefetch` ops. Prefetch is request data, not an operation category, and is already on the span as `sentry.http.prefetch`. Ref: JS-3105 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
msonnb
force-pushed
the
ms/js-3105-http-prefetch-op
branch
from
July 27, 2026 13:49
e05b366 to
874246b
Compare
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.
Drop
.prefixand use plainhttp.clientorhttp.serverops. prefix is preserved insentry.http.prefetch.Part of #22446