Skip to content

Commit 39e18f3

Browse files
xrendanclaudehappy-otter
committed
Update wrangler observability config with detailed log settings
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 1c44134 commit 39e18f3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

wrangler.jsonc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
}
2828
],
2929
"observability": {
30-
"enabled": true
30+
"enabled": false,
31+
"head_sampling_rate": 1,
32+
"logs": {
33+
"enabled": true,
34+
"head_sampling_rate": 1,
35+
"persist": true,
36+
"invocation_logs": true
37+
},
38+
"traces": {
39+
"enabled": true,
40+
"persist": true,
41+
"head_sampling_rate": 1
42+
}
3143
}
3244
}

0 commit comments

Comments
 (0)