fix: trace workbench loading states with otel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user