© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•2y ago
Murder Chicken

Tail Workers and Additional Event Data

Is it possible to add additional data to events passed to a Tail Worker? For instance, I have multiple workers stitched together with a unique
UUID
UUID
. For instance, a
scheduled
scheduled
worker kicks off and generates a
UUID
UUID
and sends messages to a
queue
queue
consumer with the
UUID
UUID
as part of the message body. That
queue
queue
also generates
console.log
console.log
messages. So, I've got two workers that are dealing with a single
UUID
UUID
and I'd like to use that data in my Tail Worker.

Is there a way to add the
UUID
UUID
to something that will have it bubble up into the
TailItems
TailItems
object? Otherwise, I need to add the
UUID
UUID
into the
console.log
console.log
messages and parse them out. It would be nice if extra metadata could be added to the
TailItems
TailItems
's
event
event
node.

Is this possible in any way?
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

[Tail Workers]: passing additional data to Sentry
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago
Tail workers with RPC
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2d ago
Does tail workers have batching functionality?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago
workers.api.errors.tail_worker_not_found
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago