Skip to content

Commit

Permalink
chore: enable observability for infra bots + devprod status bot (clou…
Browse files Browse the repository at this point in the history
…dflare#7143)

* set observability = true for infra bots + devprod status bot

* changeset
  • Loading branch information
emily-shen authored Oct 31, 2024
1 parent ab2b02b commit 4d7ce6f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/cool-dragons-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"edge-preview-authenticated-proxy": patch
"playground-preview-worker": patch
"devprod-status-bot": patch
"format-errors": patch
---

chore: enable observability on our internal infra Workers + bots
2 changes: 2 additions & 0 deletions packages/devprod-status-bot/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ crons = [
[ai]
binding = "AI"

[observability]
enabled = true
5 changes: 4 additions & 1 deletion packages/edge-preview-authenticated-proxy/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ host = "preview.devprod.cloudflare.dev"
[[kv_namespaces]]
binding = "TOKEN_LOOKUP"
id = "76afd4161617490b9d2addc59b1e22e4"
preview_id = "76afd4161617490b9d2addc59b1e22e4"
preview_id = "76afd4161617490b9d2addc59b1e22e4"

[observability]
enabled = true
2 changes: 2 additions & 0 deletions packages/format-errors/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ routes = [
[vars]
SENTRY_DSN = "https://1ff9df95733c4e7d9c31dc13ab05d44a@sentry10.cfdata.org/891"

[observability]
enabled = true
4 changes: 4 additions & 0 deletions packages/playground-preview-worker/wrangler.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
}
],

"observability": {
"enabled": true
},

"env": {
"testing": {
"vars": {
Expand Down

0 comments on commit 4d7ce6f

Please sign in to comment.