Skip to content

Commit

Permalink
Add comparisonType to service details link (#125626)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio authored Feb 16, 2022
1 parent de206fb commit 04e87d5
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 04e87d5

Please sign in to comment.