I'm on Wrangler 4.48 with compatibility

I'm on Wrangler 4.48 with compatibility date "compatibility_date": "2025-11-15" and I have

"observability": {
"enabled": true,
"tracing": {
"enabled": true
}
},

"observability": {
"enabled": true,
"tracing": {
"enabled": true
}
},
But getting below error
> Using @sveltejs/adapter-cloudflare
▲ [WARNING] Processing wrangler.jsonc configuration:

- Unexpected fields found in observability field: "tracing"
> Using @sveltejs/adapter-cloudflare
▲ [WARNING] Processing wrangler.jsonc configuration:

- Unexpected fields found in observability field: "tracing"
3 Replies
gdesmedt1
gdesmedt1OP5d ago
Anyone know what's causing this?
Kevin
Kevin5d ago
Its traces not tracing Look at the config schema for correct keys node_modules/wrangler/config-schema.json
gdesmedt1
gdesmedt1OP5d ago
Ah - found it and fixed it, thank you - the realease notes are wrong :/

Did you find this page helpful?