Skip to content

Fix 2 tracing issues around search

Administrator requested to merge bl/tr-bug into main

Created by: beyang

Fixes https://github.com/sourcegraph/sourcegraph/issues/13712

Also fixes a previous issue where zoekt spans were being nested under the incorrect frontend span.

Before:

image

Middle (after #13712 fix):

image

After:

image

Merge request reports

Loading