fix(observability): harden audit and worker telemetry - #928
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
life-ustc | 75fc612 | Aug 26 2026, 01:31 PM |
|
Resolved the initial CI failure after root-cause analysis. Correlation headers were creating two successive Request objects around a body stream, which exposed an upstream Wrangler/Miniflare unread-body proxy defect and produced intermittent 503 responses for PATCH/DELETE. Request IDs now propagate through the existing AsyncLocal runtime context inside one isolate; the internal header is reserved for the PublicSsr service-binding boundary. Verified locally with 100 PATCH + 100 DELETE requests, the targeted calendar suite (17/17), the unsharded REST suite (333/333), 2311 unit tests, all type checks, production build, and deploy dry-run. |
|
E2E HTML report is ready: https://life-ustc.github.io/e2e-snapshot-artifacts/reports/32974554030/index.html |
## [1.93.2](v1.93.1...v1.93.2) (2026-08-26) ### Bug Fixes * **observability:** harden audit and worker telemetry ([#928](#928)) ([a247ae7](a247ae7))
|
🎉 This PR is included in version 1.93.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Verification
Operational notes
Persistent traces intentionally remain disabled. Structured Workers logs and Analytics Engine carry normalized route families and trusted request IDs without Calendar URL secrets.