We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26387ca commit c4f2a00Copy full SHA for c4f2a00
static/app/views/performance/http/domainCell.tsx
@@ -25,6 +25,7 @@ export function DomainCell({projectId, domain}: Props) {
25
26
const queryString = {
27
...location.query,
28
+ project: projectId,
29
'span.domain': undefined,
30
domain,
31
};
0 commit comments