You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cloudflare Worker/hosted path needs the same release/source-map discipline as REES and the self-host image: runtime release must match the exact uploaded bundle, stack traces should resolve to original source, and source maps should stay private release artifacts.
This issue is for Worker release/source-map hardening, not broad self-host Docker work.
Requirements
Wire Cloudflare Worker Sentry release ids to the exact deployed bundle/commit.
Upload Worker source maps from maintainer deploy workflows only.
Confirm stack trace paths and Sentry code mapping requirements for the Worker bundle before documenting them.
Part of #998. Related: #999, #1000, and #1001.
Context
The Cloudflare Worker/hosted path needs the same release/source-map discipline as REES and the self-host image: runtime
releasemust match the exact uploaded bundle, stack traces should resolve to original source, and source maps should stay private release artifacts.This issue is for Worker release/source-map hardening, not broad self-host Docker work.
Requirements
beforeSendprivacy scrubbing from Sentry: privacy scrubber (beforeSend redaction) — non-negotiable #1000 is applied before any Worker event leaves the runtime.Deliverables
Acceptance criteria