Frontend already expects `trace` in the response. Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
@@ -134,6 +134,7 @@ class OrganizationSpansSamplesEndpoint(OrganizationEventsEndpointBase):
"timestamp",
"span_id",
"profile_id",
+ "trace",
]
if lower_bound is None or upper_bound is None: