Skip to content

Commit 80a9820

Browse files
jkyberneeesclaude
andcommitted
chore(docs): add wrangler.jsonc with observability config
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b9fb869 commit 80a9820

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/wrangler.jsonc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"observability": {
3+
"enabled": false,
4+
"head_sampling_rate": 1,
5+
"logs": {
6+
"enabled": true,
7+
"head_sampling_rate": 1,
8+
"persist": true,
9+
"invocation_logs": true
10+
},
11+
"traces": {
12+
"enabled": false,
13+
"persist": true,
14+
"head_sampling_rate": 1
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)