We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3160419 commit b0496eaCopy full SHA for b0496ea
packages/astro/src/integration/index.ts
@@ -84,7 +84,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
84
// Prevent Sentry from being externalized for SSR.
85
// Cloudflare like environments have Node.js APIs are available under `node:` prefix.
86
// Ref: https://developers.cloudflare.com/workers/runtime-apis/nodejs/
87
- if (config?.adapter?.name.startsWith('@astro/cloudflare')) {
+ if (config?.adapter?.name.startsWith('@astrojs/cloudflare')) {
88
updateConfig({
89
vite: {
90
ssr: {
0 commit comments