Skip to content

Commit a6ab025

Browse files
kodster28GregBrimblenevikashahWalshyDev
authored
[Docs site] Add observability (#25305)
* [Docs site] Add observability * Update wrangler.toml Co-authored-by: Greg Brimble <[email protected]> * Update wrangler.toml Co-authored-by: Daniel Walsh <[email protected]> --------- Co-authored-by: Greg Brimble <[email protected]> Co-authored-by: Nevi Shah <[email protected]> Co-authored-by: Daniel Walsh <[email protected]>
1 parent 51abe27 commit a6ab025

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wrangler.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ run_worker_first = true
2020

2121
[[r2_buckets]]
2222
binding = "VENDORED_MARKDOWN"
23-
bucket_name = "vendored-markdown"
23+
bucket_name = "vendored-markdown"
24+
25+
[observability]
26+
enabled = true
27+
28+
[observability.traces]
29+
enabled = true

0 commit comments

Comments
 (0)