Skip to content

fix(deno)!: require deno >=2.8.3 - #22790

Merged
isaacs merged 1 commit into
developfrom
isaacschlueter/js-3058-require-deno-283
Jul 29, 2026
Merged

fix(deno)!: require deno >=2.8.3#22790
isaacs merged 1 commit into
developfrom
isaacschlueter/js-3058-require-deno-283

Conversation

@isaacs

@isaacs isaacs commented Jul 28, 2026

Copy link
Copy Markdown
Member

This avoids some tedious workarounds and caveats regarding a loader hook deadlock bug that was fixed in version 2.8.3.

Since all versions support module loaders fully, we can now unconditionally include the orchestrion instrumentations.

fix: #22301
fix: JS-3058

This avoids some tedious workarounds and caveats regarding a loader hook
deadlock bug that was fixed in version 2.8.3.

Since all versions support module loaders fully, we can now
unconditionally include the orchestrion instrumentations.
@isaacs
isaacs requested review from a team as code owners July 28, 2026 19:51
@isaacs
isaacs requested review from andreiborza and mydea and removed request for a team July 28, 2026 19:51
@linear-code

linear-code Bot commented Jul 28, 2026

Copy link
Copy Markdown

JS-3058

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 29.84 kB - -
@sentry/browser - with treeshaking flags 28.05 kB - -
@sentry/browser (incl. Tracing) 47.12 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 47.13 kB - -
@sentry/browser (incl. Tracing, Profiling) 51.83 kB - -
@sentry/browser (incl. Tracing, Replay) 86.43 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 75.86 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 91.15 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 103.79 kB - -
@sentry/browser (incl. Feedback) 47.15 kB - -
@sentry/browser (incl. sendFeedback) 34.68 kB - -
@sentry/browser (incl. FeedbackAsync) 39.78 kB - -
@sentry/browser (incl. Metrics) 30.91 kB - -
@sentry/browser (incl. Logs) 31.14 kB - -
@sentry/browser (incl. Metrics & Logs) 31.82 kB - -
@sentry/react 31.63 kB - -
@sentry/react (incl. Tracing) 49.35 kB - -
@sentry/vue 34.76 kB - -
@sentry/vue (incl. Tracing) 49.08 kB - -
@sentry/svelte 29.87 kB - -
CDN Bundle 31.89 kB - -
CDN Bundle (incl. Tracing) 47.47 kB - -
CDN Bundle (incl. Logs, Metrics) 33.44 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 48.84 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 72.8 kB - -
CDN Bundle (incl. Tracing, Replay) 85.11 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 86.4 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 90.87 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 92.19 kB - -
CDN Bundle - uncompressed 95.11 kB - -
CDN Bundle (incl. Tracing) - uncompressed 142.33 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 99.82 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.31 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 224.58 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 261.58 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 265.55 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 275.29 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 279.24 kB - -
@sentry/nextjs (client) 51.94 kB - -
@sentry/sveltekit (client) 47.54 kB - -
@sentry/core/server 79.78 kB - -
@sentry/core/browser 51.61 kB - -
@sentry/node 121.05 kB -0.01% -12 B 🔽
@sentry/node/import (ESM hook with diagnostics-channel injection) 166 B - -
@sentry/node - without tracing 84.47 kB -0.02% -13 B 🔽
@sentry/aws-serverless 92.69 kB -0.02% -13 B 🔽
@sentry/cloudflare (withSentry) - minified 197.78 kB - -
@sentry/cloudflare (withSentry) 486.16 kB - -

View base workflow run

@andreiborza andreiborza left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, clean!

@isaacs
isaacs merged commit 1a87b00 into develop Jul 29, 2026
231 checks passed
@isaacs
isaacs deleted the isaacschlueter/js-3058-require-deno-283 branch July 29, 2026 14:27
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.

Require Deno >=2.8.3

2 participants