sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Adjust SvelteKit wizard to configure the SDK correctly for Cloudflare Pages

Open Lms24 opened this issue 1 year ago • 0 comments

The SvelteKit SDK now natively supports Cloudflare Pages (https://github.com/getsentry/sentry-javascript/pull/14672) since @sentry/[email protected].

Right now, the wizard doesn't take into account the special setup needed for Cloudflare.

We should eventually add a check for cloudflare config and adjust the setup in hooks.server.ts accordingly. No high prio on this though. For now we just tell people to follow the docs.

TODO: link to updated docs once they're live

Lms24 avatar Feb 21 '25 11:02 Lms24