Skip to content

Commit e91d6ba

Browse files
committed
fix: change setting
1 parent 0cb81e5 commit e91d6ba

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎packages/core/wrangler.toml‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ database_id = "ad8e68c8-9ce8-48b8-acb8-f8ea48ecb1f6" # 运行 npm run db:create
2727
binding = "SESSIONS"
2828
id = "b60cd3ab0e1140bcbf986a758650a1cb" # 需要在 Cloudflare 创建后填入
2929

30+
[observability]
31+
enabled = false
32+
head_sampling_rate = 1
33+
34+
[observability.logs]
35+
enabled = true
36+
head_sampling_rate = 1
37+
persist = true
38+
invocation_logs = true
39+
40+
[observability.traces]
41+
enabled = true
42+
persist = true
43+
head_sampling_rate = 1
44+
3045
# 环境变量
3146
[vars]
3247
ENVIRONMENT = "development"

0 commit comments

Comments
 (0)