Skip to content

chore(wrangler): sync observability config from Cloudflare dashboard#214

Merged
liplus-lin-lay merged 1 commit into
mainfrom
213-sync-wrangler-observability
Apr 23, 2026
Merged

chore(wrangler): sync observability config from Cloudflare dashboard#214
liplus-lin-lay merged 1 commit into
mainfrom
213-sync-wrangler-observability

Conversation

@liplus-lin-lay
Copy link
Copy Markdown
Member

目的

Cloudflare Workers ダッシュボードで有効化した Observability (Workers Logs) の設定を worker/wrangler.toml に同期する。ダッシュボード側にしか反映されていない状態は、次回 wrangler deploy で silent に revert されるリスクがあるため、dashboard が提示した TOML を末尾に追記して固定化する。

変更内容

worker/wrangler.toml 末尾に以下 3 セクションを追記のみ:

  • [observability] (enabled=false, head_sampling_rate=1)
  • [observability.logs] (enabled=true, persist=true, invocation_logs=true)
  • [observability.traces] (enabled=false, persist=true)

既存設定は変更なし。dashboard 提示の TOML と完全一致。

影響スコープ

patch (config sync のみ、user/system observable behavior 変化なし)。

Closes #213

Cloudflare ダッシュボードで有効化した Observability (Workers Logs) の設定を
worker/wrangler.toml に同期する。ダッシュボード側にしか反映されていない状態は
次回 wrangler deploy で silent に revert されるリスクがあるため、dashboard が
提示した TOML を末尾に追記して固定化する。

追記内容は [observability] / [observability.logs] / [observability.traces] の
3 セクションのみで、既存設定は変更しない。behavior 変更なし (dashboard と
同じ状態を toml に固定化するだけ)。

Closes #213
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 23, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
github-webhook-mcp 53b4d5d Apr 23 2026, 10:56 AM

Copy link
Copy Markdown
Member Author

@liplus-lin-lay liplus-lin-lay left a comment

Choose a reason for hiding this comment

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

AI セルフレビュー (auto / patch)

検証項目

  • 追記のみ、既存行変更なし ✅
  • dashboard 提示 TOML と完全一致 ✅
  • PR title ASCII / body 日本語 / Closes #213
  • CI 全 pass (test / CI / Workers Builds) ✅
  • mergeable CLEAN ✅

判定

Approve — auto / patch で AI merge.

@liplus-lin-lay liplus-lin-lay merged commit 2f36d95 into main Apr 23, 2026
3 checks passed
@liplus-lin-lay liplus-lin-lay deleted the 213-sync-wrangler-observability branch April 23, 2026 10:57
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.

chore(wrangler): sync observability config from Cloudflare dashboard

1 participant