Skip to content

Commit

Permalink
Add comparisonType to service details link
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio committed Feb 15, 2022
1 parent d720235 commit 0307059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function ServiceContents({

const detailsUrl = apmRouter.link('/services/{serviceName}', {
path: { serviceName },
query: { rangeFrom, rangeTo, environment, kuery },
query: { rangeFrom, rangeTo, environment, kuery, comparisonEnabled },
});

const focusUrl = apmRouter.link('/services/{serviceName}/service-map', {
Expand Down

0 comments on commit 0307059

Please sign in to comment.