You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2018. It is now read-only.
We observed that connect-datadog does not send any metrics when it is added to an express middleware-stack where there is no router to match routes.
For this sample webapp I would expect connect-datadog to send metrics everytime a static resource is requested
But since there is a check whether the
req.route.pathis set (lib/index.js) nothing is sent.