Skip to content

[codex] Make asset 404 handling explicit#2

Merged
rgilks merged 2 commits into
mainfrom
codex/sentry-rollout
Jun 14, 2026
Merged

[codex] Make asset 404 handling explicit#2
rgilks merged 2 commits into
mainfrom
codex/sentry-rollout

Conversation

@rgilks

@rgilks rgilks commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

What changed

  • Set Cloudflare Workers Assets not_found_handling = "404-page" for Pongo.

Why

Sentry showed scanner-style transaction paths such as /spawns.php and /dccs.php. Live probes already returned 404, so this makes the missing-asset behavior explicit in the source config instead of relying on implicit platform defaults.

Impact

Unknown asset/probe paths continue to return 404 and should not fall through to any app-shell behavior. This does not filter Sentry data or hide requests.

Validation

  • npx wrangler deploy --dry-run
  • commit hook: prettier --write --ignore-unknown, cargo fmt --check, cargo check --workspace, cargo clippy --workspace -- -D warnings, cargo test --workspace
  • live read-only probes confirmed 404 for /spawns.php and /dccs.php

@rgilks rgilks marked this pull request as ready for review June 14, 2026 08:14
@rgilks rgilks merged commit 944fd9c into main Jun 14, 2026
3 checks passed
@rgilks rgilks deleted the codex/sentry-rollout branch June 14, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant