Просмотр исходного кода

fix(span-samples-query) Adding trace as column for samples query. (#71043)

Frontend already expects `trace` in the response.

Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
Abdkhan14 10 месяцев назад
Родитель
Сommit
1e61cb7ace
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/sentry/api/endpoints/organization_events_meta.py

+ 1 - 0
src/sentry/api/endpoints/organization_events_meta.py

@@ -134,6 +134,7 @@ class OrganizationSpansSamplesEndpoint(OrganizationEventsEndpointBase):
             "timestamp",
             "timestamp",
             "span_id",
             "span_id",
             "profile_id",
             "profile_id",
+            "trace",
         ]
         ]
 
 
         if lower_bound is None or upper_bound is None:
         if lower_bound is None or upper_bound is None: