We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e51c4 commit 00d6f28Copy full SHA for 00d6f28
apps/blog-bff/wrangler.toml
@@ -20,3 +20,7 @@ vars = { IS_PROD = "false" }
20
[[env.dev.kv_namespaces]]
21
binding = "CACHE_KV"
22
id = "<kv_dev_namespace_id>"
23
+
24
+[env.prod.observability]
25
+enabled = true
26
+head_sampling_rate = 1 # 100% default
package.json
@@ -132,6 +132,6 @@
132
"ts-jest": "^29.1.0",
133
"ts-node": "10.9.1",
134
"typescript": "5.5.3",
135
- "wrangler": "^3.60.2"
+ "wrangler": "^3.78.6"
136
}
137
0 commit comments