refactor: update component declarations and remove unused imports

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
This commit is contained in:
2026-01-20 18:49:17 +07:00
parent 21950753ab
commit 1fe77f24dc
7 changed files with 114 additions and 100 deletions

View File

@@ -5,5 +5,20 @@
"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
}
}
}