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 traces = { enabled = true } under observability, so:
[observability]
enabled = true
traces = { enabled = true }
[observability]
enabled = true
traces = { enabled = true }
But when I deploy I get
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/lift-portal-service-dev/script-settings) failed.
You do not have access to this feature. Please ensure it is enabled. If you are an Enterprise user, reach out to your account team. [code: 10023]
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/lift-portal-service-dev/script-settings) failed.
You do not have access to this feature. Please ensure it is enabled. If you are an Enterprise user, reach out to your account team. [code: 10023]
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
Release wrangler@4.35.0 · cloudflare/workers-sdk
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...
No description
No description
3 Replies
Cyb3r-Jak3
Cyb3r-Jak33mo ago
That errors mean your Cloudflare doesn't have access to the feature.
JFSIII
JFSIIIOP3mo ago
I understand what it means. I don't understand why
Cyb3r-Jak3
Cyb3r-Jak33mo ago
I don’t think the feature is released yet to everyone so need to wait for an announcement

Did you find this page helpful?