diff --git a/proxy-integration.js b/proxy-integration.js index cfbcf76..3bd70e6 100644 --- a/proxy-integration.js +++ b/proxy-integration.js @@ -17,7 +17,7 @@ class ProxyIntegration extends Integration { requestId: req.egContext.requestID }); - let requestPath = req.url; + let requestPath = req.params.length > 0 ? req.path :req.url ; if (settings.stripPath) { requestPath =