Skip to content

[wrangler] Add observability query string redaction - #15379

Merged
emily-shen merged 4 commits into
cloudflare:mainfrom
ibbykhazanchi:feat/observability-query-string-redaction
Sep 1, 2026
Merged

[wrangler] Add observability query string redaction#15379
emily-shen merged 4 commits into
cloudflare:mainfrom
ibbykhazanchi:feat/observability-query-string-redaction

Conversation

@ibbykhazanchi

@ibbykhazanchi ibbykhazanchi commented Aug 26, 2026

Copy link
Copy Markdown

Adds query string redaction to Workers observability configuration. Defaults to false.

Stable Wrangler configuration accepts observability.redact_query_string; experimental cloudflare.config.ts accepts observability.redactQueryString and converts it to the API field.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: The option is documented in the generated Wrangler config schema and experimental config type.

Open in Devin Review
Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: Build <noreply@cloudflare.com>
Co-authored-by: OpenAI <noreply@openai.com>
Co-authored-by: gpt-5.6-sol <noreply@openai.com>
@changeset-bot

changeset-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0028c56

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@cloudflare/config Minor
@cloudflare/deploy-helpers Patch
@cloudflare/workers-utils Minor
wrangler Minor
@cloudflare/autoconfig Patch
@cloudflare/build-output-utils Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-plugin Patch
@cloudflare/remote-bindings Patch
@cloudflare/cli-shared-helpers Patch
@cloudflare/workers-auth Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk Aug 26, 2026
@workers-devprod
workers-devprod requested review from a team and penalosa and removed request for a team August 26, 2026 21:08
@workers-devprod

workers-devprod commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review
@pkg-pr-new

pkg-pr-new Bot commented Aug 26, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15379

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15379

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15379

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15379

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@15379

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@15379

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@15379

miniflare

npm i https://pkg.pr.new/miniflare@15379

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15379

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@15379

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@15379

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@15379

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15379

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@15379

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@15379

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@15379

wrangler

npm i https://pkg.pr.new/wrangler@15379

commit: 0028c56

@workers-devprod workers-devprod left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Aug 28, 2026
@emily-shen
emily-shen enabled auto-merge (squash) September 1, 2026 14:54
@emily-shen
emily-shen merged commit ea28cc3 into cloudflare:main Sep 1, 2026
59 of 61 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants