Skip to content

Commit

Permalink
fix(perf): Link Response module domains to a specific project (#68905)
Browse files Browse the repository at this point in the history
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_.
  • Loading branch information
gggritso committed Apr 15, 2024
1 parent 26387ca commit c4f2a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/views/performance/http/domainCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function DomainCell({projectId, domain}: Props) {

const queryString = {
...location.query,
project: projectId,
'span.domain': undefined,
domain,
};
Expand Down

0 comments on commit c4f2a00

Please sign in to comment.