Problem Statement
As of now instrumentations and integrations are very limited on Cloudflare, as most of the integrations require import-in-the-middle, which requires the --import flag to work. This doesn't work in Cloudflare and integrations are therefore limited to only some
Solution Brainstorm
Orchestrion via a Vite plugin would help to instrument libraries on build time with diagnostics channels, which are available with the nodejs_compat flag. For v10 this plugin would only work in combination with nodejs_compat flag and needs opt-in via a different entrypoint to work.
Additional Context
No response
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Problem Statement
As of now instrumentations and integrations are very limited on Cloudflare, as most of the integrations require
import-in-the-middle, which requires the--importflag to work. This doesn't work in Cloudflare and integrations are therefore limited to only someSolution Brainstorm
Orchestrion via a Vite plugin would help to instrument libraries on build time with diagnostics channels, which are available with the
nodejs_compatflag. For v10 this plugin would only work in combination withnodejs_compatflag and needs opt-in via a different entrypoint to work.Additional Context
No response
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.