Skip to content

Conversation

@timfish
Copy link
Collaborator

@timfish timfish commented Oct 27, 2025

This currently only capture scope if it gets forked as isolation scope (Sentry.withIsolationScope)

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2025

size-limit report 📦

Path Size % Change Change
@sentry/browser 24.63 kB - -
@sentry/browser - with treeshaking flags 23.11 kB - -
@sentry/browser (incl. Tracing) 40.97 kB - -
@sentry/browser (incl. Tracing, Profiling) 45.26 kB - -
@sentry/browser (incl. Tracing, Replay) 79.33 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.02 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 84.03 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 96.2 kB - -
@sentry/browser (incl. Feedback) 41.3 kB - -
@sentry/browser (incl. sendFeedback) 29.29 kB - -
@sentry/browser (incl. FeedbackAsync) 34.22 kB - -
@sentry/react 26.31 kB - -
@sentry/react (incl. Tracing) 42.97 kB - -
@sentry/vue 29.11 kB - -
@sentry/vue (incl. Tracing) 42.75 kB - -
@sentry/svelte 24.64 kB - -
CDN Bundle 26.9 kB - -
CDN Bundle (incl. Tracing) 41.62 kB - -
CDN Bundle (incl. Tracing, Replay) 77.91 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 83.38 kB - -
CDN Bundle - uncompressed 78.86 kB - -
CDN Bundle (incl. Tracing) - uncompressed 123.44 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 238.66 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 251.42 kB - -
@sentry/nextjs (client) 45.11 kB - -
@sentry/sveltekit (client) 41.4 kB - -
@sentry/node-core 50.81 kB +0.01% +1 B 🔺
@sentry/node 157.94 kB +0.04% +62 B 🔺
@sentry/node - without tracing 92.75 kB +0.07% +63 B 🔺
@sentry/aws-serverless 106.47 kB +0.06% +56 B 🔺

View base workflow run

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2025

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 8,819 - 8,945 -1%
GET With Sentry 1,371 16% 1,358 +1%
GET With Sentry (error only) 6,078 69% 6,080 -0%
POST Baseline 1,186 - 1,196 -1%
POST With Sentry 511 43% 510 +0%
POST With Sentry (error only) 1,053 89% 1,041 +1%
MYSQL Baseline 3,319 - 3,311 +0%
MYSQL With Sentry 470 14% 463 +2%
MYSQL With Sentry (error only) 2,710 82% 2,696 +1%

View base workflow run

@timfish timfish force-pushed the timfish/feat/event-loop-blocked-with-scope branch from 080a309 to 4097065 Compare October 27, 2025 10:40
@timfish timfish marked this pull request as ready for review October 29, 2025 12:33
@timfish timfish requested a review from AbhiPrasad October 30, 2025 14:30
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.

eventLoopBlockIntegration captures events with missing scope

2 participants