Problem Statement
Docs: https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/get-started/
When using a dispatcher probably no tracing is enabled.
Solution Brainstorm
Best would be to only allow trace propagation and instrument the Fetcher which gets returned by the fetcher (https://github.com/getsentry/sentry-javascript/blob/53c98be7f3b1df49806210eaa5c2750cd2d2b6f9/packages/cloudflare/src/instrumentations/worker/instrumentFetcher.ts)
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
Docs: https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/get-started/
When using a dispatcher probably no tracing is enabled.
Solution Brainstorm
Best would be to only allow trace propagation and instrument the
Fetcherwhich gets returned by the fetcher (https://github.com/getsentry/sentry-javascript/blob/53c98be7f3b1df49806210eaa5c2750cd2d2b6f9/packages/cloudflare/src/instrumentations/worker/instrumentFetcher.ts)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.