-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Package: astroIssues related to the Sentry Astro SDKIssues related to the Sentry Astro SDKPackage: cloudflareIssues related to the Sentry Cloudflare Workers SDKIssues related to the Sentry Cloudflare Workers SDK
Description
Description
It seems that the Astro middleware is not working properly when running on Cloudflare Workers. This was found when checking against Astro 6 on Cloudflare a lot of attributes got dropped.
We need to investigate and double check if this addMiddleware is getting added on Cloudflare Workers:
sentry-javascript/packages/astro/src/integration/index.ts
Lines 241 to 244 in bb891e6
| addMiddleware({ | |
| order: 'pre', | |
| entrypoint: '@sentry/astro/middleware', | |
| }); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Package: astroIssues related to the Sentry Astro SDKIssues related to the Sentry Astro SDKPackage: cloudflareIssues related to the Sentry Cloudflare Workers SDKIssues related to the Sentry Cloudflare Workers SDK