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

Cloudflare wizard support

Open JPeer264 opened this issue 1 month ago • 3 comments

Description

Currently we let users manually update the wrangler config, as stated here. This creates more manual work for the users, which we actually want to avoid.

There seems to be a way to update the wrangler config automatically, which we need to investigate on how we can make use of that. Nitro is already doing it automatically. Here's how nitro is doing it: https://github.com/nitrojs/nitro/blob/0316c6c681ae1abc570f73b0e8ba901638dfbe5a/src/presets/cloudflare/utils.ts#L314

  • [ ] -i cloudflare is supported by the Wizard
  • [ ] Wrangler files with the .toml, .json and .jsonc extensions are adapted
  • [ ] Cloudflare Workers are wrapped by the wizard
  • [ ] Cloudflare DurableObjects, Workflows and other supported services are wrapped by the wizard

Not in scope:

  • Supporting frameworks within Cloudflare (for now we do have support in the docs directly)

JPeer264 avatar Nov 20 '25 16:11 JPeer264