Does `wrangler.toml` in the code editor from the dashboard work? I added `tail_consumers = [{service
Does
I added
I'm sure my tail worker is called
wrangler.toml in the code editor from the dashboard work?I added
tail_consumers = [{service = "tail"}] in the file but it didn't work.I'm sure my tail worker is called
tail and the worker has tail(event) function.

