Skip to content

Commit a9935f0

Browse files
authored
Enhance observability with logs and traces (#33)
* Enhance observability with logs and traces Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev> * Fix JSON structure in wrangler.jsonc Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev> --------- Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent 42b161f commit a9935f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wrangler.jsonc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
"directory": "./dist"
1313
},
1414
"observability": {
15-
"enabled": true
15+
"logs": {
16+
"enabled": true,
17+
"invocation_logs": true
18+
},
19+
"traces": {
20+
"enabled": true
21+
}
1622
},
1723
"placement": {
1824
"mode": "smart"

0 commit comments

Comments
 (0)