From abe6c9121e5c1ef49e0c0aae12331f856e99c9d0 Mon Sep 17 00:00:00 2001 From: George Gritsouk <989898+gggritso@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:22:15 -0400 Subject: [PATCH] Link the domain cell to a specific project --- static/app/views/performance/http/domainCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app/views/performance/http/domainCell.tsx b/static/app/views/performance/http/domainCell.tsx index 2ab730759dfcf..af31ca3fd1db1 100644 --- a/static/app/views/performance/http/domainCell.tsx +++ b/static/app/views/performance/http/domainCell.tsx @@ -25,6 +25,7 @@ export function DomainCell({projectId, domain}: Props) { const queryString = { ...location.query, + project: projectId, 'span.domain': undefined, domain, };