We support Hydrogen via the Cloudflare Worker SDK. The issue is that Hydrogen is very limited on what is available and e.g. diagnostics channels are not available (yet). So the wrapRequestHandler needs to be exported from a new entrypoint that is required to use nodejs_als only in order to keep supporting it.
SInce the main entrypoint @sentry/cloudflare will switch to nodejs_compat by default, it can no longer be exported from there.
We support Hydrogen via the Cloudflare Worker SDK. The issue is that Hydrogen is very limited on what is available and e.g. diagnostics channels are not available (yet). So the
wrapRequestHandlerneeds to be exported from a new entrypoint that is required to usenodejs_alsonly in order to keep supporting it.SInce the main entrypoint
@sentry/cloudflarewill switch tonodejs_compatby default, it can no longer be exported from there.