Skip to content

Commit cd82973

Browse files
committed
chore(worker): enables Cloudflare Worker observability logs
1 parent 40932c9 commit cd82973

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

wrangler.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ not_found_handling = "single-page-application"
1313
[[routes]]
1414
pattern = "gh.gordoncode.dev"
1515
custom_domain = true
16+
17+
[observability]
18+
enabled = true
19+
head_sampling_rate = 1
20+
21+
[observability.logs]
22+
enabled = true
23+
head_sampling_rate = 1
24+
persist = true
25+
invocation_logs = true

0 commit comments

Comments
 (0)