Enable Workers Logs, Wrangler tail, and Logpush for Preview URL requests #13451
roduyemi
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The https://developers.cloudflare.com/workers/configuration/previews/#limitations doc states:
We use Worker Versions with preview aliases (wrangler versions upload --preview-alias) to deploy multiple development branch versions of the same worker. However, we have zero server-side observability for these preview deployments — no console.log
output, no error traces, no request logs.
The dashboard shows a "Logs" tab and observability options for each version, but no data is ever captured for preview URL requests.
Describe the solution you'd like
Preview URL requests should generate the same telemetry as regular deployment requests:
The docs mention "today" suggesting this is a known gap being worked on. Any timeline or status update would be appreciated 🙏🏿
Beta Was this translation helpful? Give feedback.
All reactions