chore: bump dependencies to latest versions for improved stability fix: update API base URL for client and httpClientAdapter refactor: reorganize imports in index.tsx for better readability chore: add observability configuration in wrangler.jsonc
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "holistream",
|
|
"compatibility_date": "2025-08-03",
|
|
"main": "./src/index.tsx",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"observability": {
|
|
"enabled": true,
|
|
"head_sampling_rate": 1,
|
|
"logs": {
|
|
"enabled": true,
|
|
"head_sampling_rate": 1,
|
|
"persist": true,
|
|
"invocation_logs": true
|
|
},
|
|
"traces": {
|
|
"enabled": true,
|
|
"persist": true,
|
|
"head_sampling_rate": 1
|
|
}
|
|
}
|
|
} |