feat(browser)!: Use browser.paint span op for paint entries - #22673
Draft
msonnb wants to merge 1 commit into
Draft
feat(browser)!: Use browser.paint span op for paint entries#22673msonnb wants to merge 1 commit into
browser.paint span op for paint entries#22673msonnb wants to merge 1 commit into
Conversation
Contributor
size-limit report 📦
|
msonnb
force-pushed
the
ms/js-3105-ember-route-hooks
branch
from
July 27, 2026 11:44
915c173 to
62b0ee0
Compare
msonnb
force-pushed
the
ms/js-3105-browser-paint-op
branch
from
July 27, 2026 11:44
8f91cc5 to
69c65ba
Compare
msonnb
force-pushed
the
ms/js-3105-ember-route-hooks
branch
from
July 27, 2026 12:10
e55c2e0 to
7ae594a
Compare
msonnb
force-pushed
the
ms/js-3105-browser-paint-op
branch
from
July 27, 2026 12:10
69c65ba to
4b1b419
Compare
`paint` is not a registered op; `browser.paint` is. Only affects tracing spans — Session Replay performance entries are unchanged. Ref: JS-3105 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
msonnb
force-pushed
the
ms/js-3105-browser-paint-op
branch
from
July 27, 2026 13:51
4b1b419 to
2a1a262
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.
Rename the raw
paintop to the registeredbrowser.paintforfirst-paintandfirst-contentful-paintspans.markandmeasureentries flow through the same code path and keep their ops.This does not touch Session Replay, which builds its performance entries in
createPerformanceEntries.tsand keeps its ownpaintframe type.Part of #22446