There was an error while loading. Please reload this page.
1 parent 0cb81e5 commit e91d6baCopy full SHA for e91d6ba
1 file changed
packages/core/wrangler.toml
@@ -27,6 +27,21 @@ database_id = "ad8e68c8-9ce8-48b8-acb8-f8ea48ecb1f6" # 运行 npm run db:create
27
binding = "SESSIONS"
28
id = "b60cd3ab0e1140bcbf986a758650a1cb" # 需要在 Cloudflare 创建后填入
29
30
+[observability]
31
+enabled = false
32
+head_sampling_rate = 1
33
+
34
+[observability.logs]
35
+enabled = true
36
37
+persist = true
38
+invocation_logs = true
39
40
+[observability.traces]
41
42
43
44
45
# 环境变量
46
[vars]
47
ENVIRONMENT = "development"
0 commit comments