Skip to content

Commit c4f2a00

Browse files
authored
fix(perf): Link Response module domains to a specific project (#68905)
The table is broken down by project, but the link to the domain summary wasn't actually linking to a specific project! That is _incorrect_.
1 parent 26387ca commit c4f2a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/performance/http/domainCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function DomainCell({projectId, domain}: Props) {
2525

2626
const queryString = {
2727
...location.query,
28+
project: projectId,
2829
'span.domain': undefined,
2930
domain,
3031
};

0 commit comments

Comments
 (0)