Can a tail worker log to Observability
I have a tail handler defined within the same code as the fetch handler (so that the tail consumer service is the same worker in wrangler.toml).
Should I be able to see tail invocations and any console.logs emitted by the tail handler code in the obervability UI in the dashboard?
0 Replies