fix: trace workbench loading states with otel

This commit is contained in:
lyon
2026-06-20 00:47:57 +08:00
parent 41e5d62ef5
commit 4eadd2f85a
9 changed files with 507 additions and 19 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ async function handleRpcHttpRequest(request, response, options) {
async function handleRestAdapter(request, response, url, options) {
if (url.pathname === "/v1/web-performance" && request.method === "POST") {
await handleWebPerformanceIngestHttp(request, response, { store: options.webPerformanceStore });
await handleWebPerformanceIngestHttp(request, response, { store: options.webPerformanceStore, env: options.env });
return;
}