We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d12f1 commit b8d3b07Copy full SHA for b8d3b07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "labelzoom-cf-api-proxy",
3
- "version": "1.0.11",
+ "version": "1.0.12",
4
"private": true,
5
"scripts": {
6
"deploy": "wrangler deploy",
wrangler.toml
@@ -7,6 +7,10 @@ tail_consumers = [
7
{ service = "labelzoom-cf-api-proxy-tail", environment = "production" }
8
]
9
10
+[observability.logs]
11
+enabled = true
12
+head_sampling_rate = 0.25
13
+
14
[limits]
15
cpu_ms = 100
16
0 commit comments