Description
Currently in our docs we say that we need at least nodejs_als in the wrangler config: https://docs.sentry.io/platforms/javascript/guides/cloudflare/#wrangler-configuration.
OTel can be used inside Cloudflare, thanks to #16714 and we can enable more and more integrations that are using OTel (without the module overwrites), such as the Prisma integration. When we add integrations, we need to import it from @sentry/node, which requires @opentelemetry/* and thus would only work with the nodejs_compat enabled.
To be more future proof we need to set the minimum API to nodejs_compat and remove nodejs_als only entirely
Description
Currently in our docs we say that we need at least
nodejs_alsin the wrangler config: https://docs.sentry.io/platforms/javascript/guides/cloudflare/#wrangler-configuration.OTel can be used inside Cloudflare, thanks to #16714 and we can enable more and more integrations that are using OTel (without the module overwrites), such as the Prisma integration. When we add integrations, we need to import it from
@sentry/node, which requires@opentelemetry/*and thus would only work with thenodejs_compatenabled.To be more future proof we need to set the minimum API to
nodejs_compatand removenodejs_alsonly entirely