@package-broker/main 0.10.7 → 0.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/wrangler.example.toml +6 -0
package/package.json
CHANGED
package/wrangler.example.toml
CHANGED
|
@@ -13,6 +13,12 @@ ENCRYPTION_KEY = "REPLACE_WITH_YOUR_32_BYTE_KEY_BASE64"
|
|
|
13
13
|
# Optional: Set to restrict admin API access
|
|
14
14
|
# ADMIN_TOKEN = "your-admin-token"
|
|
15
15
|
|
|
16
|
+
# Workers Logs (free tier: 200k events/day, 3-day retention)
|
|
17
|
+
# View logs in Cloudflare Dashboard: Workers & Pages > Your Worker > Logs
|
|
18
|
+
[observability]
|
|
19
|
+
enabled = true
|
|
20
|
+
head_sampling_rate = 1
|
|
21
|
+
|
|
16
22
|
# D1 Database
|
|
17
23
|
[[d1_databases]]
|
|
18
24
|
binding = "DB"
|