We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ce3fd commit 789b131Copy full SHA for 789b131
wrangler.jsonc
@@ -4,5 +4,20 @@
4
"compatibility_date": "2025-11-21",
5
"compatibility_flags": [
6
"nodejs_compat"
7
- ]
+ ],
8
+ "observability": {
9
+ "enabled": false,
10
+ "head_sampling_rate": 1,
11
+ "logs": {
12
+ "enabled": true,
13
14
+ "persist": true,
15
+ "invocation_logs": true
16
+ },
17
+ "traces": {
18
19
20
+ "head_sampling_rate": 1
21
+ }
22
23
}
0 commit comments