Skip to content

feat(browser)!: Use browser.paint span op for paint entries - #22673

Merged
msonnb merged 2 commits into
developfrom
ms/js-3105-browser-paint-op
Aug 4, 2026
Merged

feat(browser)!: Use browser.paint span op for paint entries#22673
msonnb merged 2 commits into
developfrom
ms/js-3105-browser-paint-op

Conversation

@msonnb

@msonnb msonnb commented Jul 27, 2026

Copy link
Copy Markdown
Member

Rename the raw paint op to the registered browser.paint for first-paint and first-contentful-paint spans.

Part of #22446

@linear-code

linear-code Bot commented Jul 27, 2026

Copy link
Copy Markdown

JS-3105

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 29.8 kB - -
@sentry/browser - with treeshaking flags 28.02 kB - -
@sentry/browser (incl. Tracing) 47.21 kB +0.02% +9 B 🔺
@sentry/browser (incl. Tracing + Span Streaming) 47.22 kB +0.02% +6 B 🔺
@sentry/browser (incl. Tracing, Profiling) 51.95 kB +0.03% +13 B 🔺
@sentry/browser (incl. Tracing, Replay) 86.54 kB +0.04% +27 B 🔺
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 75.98 kB +0.03% +22 B 🔺
@sentry/browser (incl. Tracing, Replay with Canvas) 91.26 kB +0.03% +23 B 🔺
@sentry/browser (incl. Tracing, Replay, Feedback) 103.89 kB +0.01% +8 B 🔺
@sentry/browser (incl. Feedback) 47.1 kB - -
@sentry/browser (incl. sendFeedback) 34.64 kB - -
@sentry/browser (incl. FeedbackAsync) 39.75 kB - -
@sentry/browser (incl. Metrics) 30.87 kB - -
@sentry/browser (incl. Logs) 31.11 kB - -
@sentry/browser (incl. Metrics & Logs) 31.78 kB - -
@sentry/react 31.59 kB - -
@sentry/react (incl. Tracing) 49.46 kB +0.05% +20 B 🔺
@sentry/vue 34.87 kB - -
@sentry/vue (incl. Tracing) 49.19 kB +0.03% +11 B 🔺
@sentry/svelte 29.82 kB - -
CDN Bundle 31.87 kB - -
CDN Bundle (incl. Tracing) 47.54 kB +0.04% +19 B 🔺
CDN Bundle (incl. Logs, Metrics) 33.41 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 48.94 kB +0.02% +6 B 🔺
CDN Bundle (incl. Replay, Logs, Metrics) 72.75 kB - -
CDN Bundle (incl. Tracing, Replay) 85.18 kB -0.01% -3 B 🔽
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 86.5 kB +0.02% +14 B 🔺
CDN Bundle (incl. Tracing, Replay, Feedback) 91.01 kB -0.01% -3 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 92.31 kB -0.01% -7 B 🔽
CDN Bundle - uncompressed 94.7 kB - -
CDN Bundle (incl. Tracing) - uncompressed 142.18 kB +0.02% +21 B 🔺
CDN Bundle (incl. Logs, Metrics) - uncompressed 99.32 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.16 kB +0.02% +21 B 🔺
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 224.02 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 261.43 kB +0.01% +21 B 🔺
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 265.4 kB +0.01% +21 B 🔺
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 275.14 kB +0.01% +21 B 🔺
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 279.09 kB +0.01% +21 B 🔺
@sentry/nextjs (client) 52.03 kB +0.03% +15 B 🔺
@sentry/sveltekit (client) 47.65 kB +0.04% +18 B 🔺
@sentry/core/server 65.5 kB - -
@sentry/core/browser 51.84 kB - -
@sentry/node 120.65 kB +0.39% +459 B 🔺
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 84.03 kB +0.48% +394 B 🔺
@sentry/aws-serverless 92.69 kB +0.43% +389 B 🔺
@sentry/cloudflare (withSentry) - minified 218.64 kB - -
@sentry/cloudflare (withSentry) 538.65 kB - -

View base workflow run

@msonnb
msonnb force-pushed the ms/js-3105-ember-route-hooks branch from 915c173 to 62b0ee0 Compare July 27, 2026 11:44
@msonnb
msonnb force-pushed the ms/js-3105-browser-paint-op branch from 8f91cc5 to 69c65ba Compare July 27, 2026 11:44
@msonnb
msonnb force-pushed the ms/js-3105-ember-route-hooks branch from e55c2e0 to 7ae594a Compare July 27, 2026 12:10
@msonnb
msonnb force-pushed the ms/js-3105-browser-paint-op branch from 69c65ba to 4b1b419 Compare July 27, 2026 12:10
@msonnb
msonnb changed the base branch from ms/js-3105-ember-route-hooks to develop July 27, 2026 13:08
@msonnb
msonnb force-pushed the ms/js-3105-browser-paint-op branch from 4b1b419 to 2a1a262 Compare July 27, 2026 13:51
`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
msonnb force-pushed the ms/js-3105-browser-paint-op branch from 2a1a262 to 99cfd99 Compare August 4, 2026 13:31
@msonnb
msonnb marked this pull request as ready for review August 4, 2026 13:39
@msonnb
msonnb requested a review from a team as a code owner August 4, 2026 13:39
@msonnb
msonnb requested review from Lms24 and logaretm and removed request for a team August 4, 2026 13:39
@msonnb
msonnb enabled auto-merge (squash) August 4, 2026 14:03
@msonnb
msonnb merged commit 275e15d into develop Aug 4, 2026
197 checks passed
@msonnb
msonnb deleted the ms/js-3105-browser-paint-op branch August 4, 2026 14:06
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.

3 participants