Get Workers Deployment ID from inside runtime.
# workers-help
t
Hello, I was wondering if it was possible to access the deployment id from within the worker runtime. If not that would be a nice feature to be able to trace requests. Sometimes workers are slow to update and its hard to know if requests are stuck on an old isolate running stale worker code. I'd like to be able to expose the deployment ID as a header to aid in debugging. Thanks!