Skip to content

Commit 4d366ee

Browse files
jkyberneeesclaude
andcommitted
chore(docs): enable observability logs and traces in wrangler config
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 78e9bde commit 4d366ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/wrangler.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"directory": "."
66
},
77
"observability": {
8-
"enabled": false,
8+
"enabled": true,
99
"head_sampling_rate": 1,
1010
"logs": {
1111
"enabled": true,
@@ -14,7 +14,7 @@
1414
"invocation_logs": true
1515
},
1616
"traces": {
17-
"enabled": false,
17+
"enabled": true,
1818
"persist": true,
1919
"head_sampling_rate": 1
2020
}

0 commit comments

Comments
 (0)