You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2- Two separate trace is observed, the second trace has reference spanid as FOLLOWS_FROM. Better (even async) to have one trace that starts from the loadgenerator until the end of the transaction.
Reproduce
When load generator runs, you can search "http.status_code=200" in traces and look into ones with "status=error"
Additional Context
The text was updated successfully, but these errors were encountered:
Bug Report
Version:
b2f729a56884e3b55e1e203897c9644d8d92a8a9
v 1.3.0 release
Symptom
See the screenshot attached.
1- Frontend request returns an error but sets http.status_code to 200 always. Following is the code segment.
frontend/pages/api/cart.ts
case 'POST': {
const { userId, item } = body as AddItemRequest;
2- Two separate trace is observed, the second trace has reference spanid as FOLLOWS_FROM. Better (even async) to have one trace that starts from the loadgenerator until the end of the transaction.
Reproduce
When load generator runs, you can search "http.status_code=200" in traces and look into ones with "status=error"
Additional Context
The text was updated successfully, but these errors were encountered: