Errors deploying Worker with OTEL traces
I'm trying to use the new OTEL traces feature https://github.com/cloudflare/workers-sdk/releases/tag/wrangler%404.35.0
I enabled it by adding
But when I deploy I get
My Account API Token (which was successfully deploying Workers before this commit) has Workers Observability: edit permission enabled. Any other pointers for debugging or fixing?
I enabled it by adding
traces = { enabled = true } under observability, so:But when I deploy I get
My Account API Token (which was successfully deploying Workers before this commit) has Workers Observability: edit permission enabled. Any other pointers for debugging or fixing?


GitHub
Minor Changes
#10491 5cb806f Thanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settings
Adds a new traces field to the observability settings in your Wo...
#10491 5cb806f Thanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settings
Adds a new traces field to the observability settings in your Wo...
