We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef36f5d commit d2829c5Copy full SHA for d2829c5
1 file changed
wrangler.jsonc
@@ -7,6 +7,21 @@
7
"assets": {
8
"directory": "./dist"
9
},
10
+ "observability": {
11
+ "enabled": false,
12
+ "head_sampling_rate": 1,
13
+ "logs": {
14
+ "enabled": true,
15
16
+ "persist": true,
17
+ "invocation_logs": true
18
+ },
19
+ "traces": {
20
21
22
+ "head_sampling_rate": 1
23
+ }
24
25
"routes": [
26
{
27
"pattern": "shenanigans.dog",
0 commit comments