Skip to content

Configure Wrangler observability#4

Merged
midudev merged 1 commit into
v3from
midudev/dominio-wrangler
May 20, 2026
Merged

Configure Wrangler observability#4
midudev merged 1 commit into
v3from
midudev/dominio-wrangler

Conversation

@midudev

@midudev midudev commented May 20, 2026

Copy link
Copy Markdown
Owner

Adds the Wrangler observability settings so deployments keep logging and tracing configuration consistent across environments.

The configuration enables persisted logs and invocation logs while leaving top-level observability and traces disabled, matching the Cloudflare dashboard settings provided for this Worker.

Copilot AI review requested due to automatic review settings May 20, 2026 10:02
@midudev midudev merged commit 316cd75 into v3 May 20, 2026
4 checks passed
@midudev midudev deleted the midudev/dominio-wrangler branch May 20, 2026 10:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Cloudflare Worker’s wrangler.toml to explicitly configure observability behavior so that deployments keep logging/tracing settings consistent across environments.

Changes:

  • Adds an [observability] configuration block.
  • Enables persisted + invocation logs under [observability.logs].
  • Adds a disabled traces configuration block under [observability.traces].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread wrangler.toml
Comment on lines +4 to +12
[observability]
enabled = false
head_sampling_rate = 1

[observability.logs]
enabled = true
head_sampling_rate = 1
persist = true
invocation_logs = true
Comment thread wrangler.toml
Comment on lines +16 to +17
persist = true
head_sampling_rate = 1
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.

2 participants