
Tailing is not enabled for your account. Please see our docs for more information: https://developers.cloudflare.com/workers/observability/logs/tail-workers/ I get this when I try and add a tail consumer to a worker in a dispatch namespace though and I dont really see a way to really enable them, should I just add it to the dispatch worker instead in that case?https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/workers/dispatch/namespaces/${DISPATCH_NAMESPACE}/scripts/${WORKER_NAME}/content; This API created a worker and encountered a problem {outbound.parameters property is setrequest.cf? It should be present if you pass it inTailing is not enabled for your account. Please see our docs for more information: https://developers.cloudflare.com/workers/observability/logs/tail-workers/https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/workers/dispatch/namespaces/${DISPATCH_NAMESPACE}/scripts/${WORKER_NAME}/contentlet userWorker = env.dispatcher.get(workerName);
return await userWorker.fetch(request);