FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing develop...jp/astro-cloudflare-worker-entry · getsentry/sentry-javascript · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jp/astro-cloudflare-worker-entry
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 2 contributors

Commits on Aug 26, 2026

  1. fix(astro): Wrap the Cloudflare Worker entry on @astrojs/cloudflare v13+

    From v13 the adapter builds the Worker through @cloudflare/vite-plugin, whose
    entry module is `virtual:cloudflare/worker-entry`. The transform only matched
    Astro's own `astrojs-ssr-virtual-entry`, an id v12 was the last to produce, so
    the Worker's default export was never wrapped and server-side capture never ran
    at the fetch boundary.
    
    The default export is now located through the AST instead of a regex, since its
    expression differs per adapter major (`mod.default ?? {}` vs a bare identifier),
    and the build-time prerender Worker is left alone.
    
    The Astro 6 E2E app drops its hand-written worker entry and runs the adapter's
    own output, so it covers the automatic wrap.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    JPeer264 and claude committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    d5b3bca View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL