Skip to content

Commit ecb8cf8

Browse files
committed
chore: enable cloudflare observability logs
1 parent 836e743 commit ecb8cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wrangler.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
],
1111
"r2_buckets": [
1212
{ "binding": "BLOB", "bucket_name": "crypto-map-blob" }
13-
]
13+
],
14+
"observability": { "enabled": true, "logs": { "enabled": true, "head_sampling_rate": 1, "invocation_logs": true } }
1415
}

0 commit comments

Comments
 (0)